Fast Export and MLoad - forum topic by balu_td
Hi, I have a requirement i need to export a data from one table using fast export Parallel load it into a table using MLOAD. I can write seprated Fast export and Mload but As the table is huge and i...
View ArticleError: It is not possible to call DisableCheckPoint at this point - forum...
Hi, we are getting this error in TPT V 14 scripts... TPT_INFRA: TPT02510: Error: It is not possible to call DisableCheckPoint at this point Environment: Windows 2008 server Teradata Parallel...
View Articlehow ot use a loop in btep? - forum topic by alexsong
Hi all! I want to make a loop like this: while (i <= j){ do something; i ++; } ; but when i run the script it make mistake,anyone can help me ?tanksTags:...
View ArticleFast Export and MLoad - response (1) by dhirajpalse
It is never possible to load tables row by row in the way you want as MLOAD and FastExport have block level operations. Also file should be completely ready to laod in order to start MLOAD. You can...
View Articlehow ot use a loop in btep? - response (1) by msk.khurram
In BTEQ there is a command available to repeat a stement multiple times. .REPEAT INTEGER(how many times you want to repeat) Example: .Repeat 5 SELECT Data; This will repeat this select 5 times.
View ArticleError: It is not possible to call DisableCheckPoint at this point - response...
Any ideas about why this is happening? One more detail: the TPT utilities are V 14 but the database is still V 13... VERSION 13.10.06.07 RELEASE 13.10.06.06
View ArticleTPT_INFRA: TPT01036: Error: Task (TaskID: 5, Task Name: SELECT_2[0001])...
Hello Everyone, I'm loading a Teradata table from an Oracle table using TPT utility. I am facing below error while running the script: Teradata Parallel Transporter Version 13.10.00.02 Job log:...
View ArticleFastload DateTime, Timestamp - response (18) by ThomasNguyen
You can refer to the DEFINE command in the FastLoad Reference Manual, Item "Using ANSI/SQL DateTime Data Types" and "Table 30: ANSI/SQL DateTime Specifications" Thomas
View ArticleFast Export and MLoad - response (2) by ThomasNguyen
Balu, I think you can use NP AXMOD. MultiLoad reads from the NP and FastEXport writes to NP. You can use regular named pipe but restarts don't work. Thomas
View ArticleSilent installation TTU 14.10 - forum topic by jeffwhitehead
Help! All of the documentation mentions TTUSuiteSilent.exe, silent_install.bat and silent_uninstall.bat but those are not included in the download ZIP. Are these files available for download anywhere?...
View ArticleSilent installation TTU 14.10 - response (1) by aw186011
The Express version (evaluation) that’s on DevX does not support silent installs. The official 14.10 release will have that support. You can run setup.exe to install the products.
View Articleimport huge data very quickly -- Fastload/Tpump/MLOAD - forum topic by srini...
Hi All, can someone throw light on the below task with an example please? Task : Fastload/TPUMP/MLOAD script for importing couple of hundered thousands of records very quickly your inputs are highly...
View Articleimport huge data very quickly -- Fastload/Tpump/MLOAD - response (1) by dnoeth
Hi Srini, you have to add more details. If the target table is empty a FastLoad will be the fastest way, otherwise it depends... Dieter
View ArticleCan we load the same table concurrently using TPT Update operator by setting...
is this possible.I think as Update creates a Table level locking this scenario is not possible. Please provide your valuable thoughts. Thanks in Advance !!!Forums: Tools
View ArticleSilent installation TTU 14.10 - response (2) by msk.khurram
The following URL contains a detailed information related to silent installation of Teradata tools and utilities:...
View ArticleCan we load the same table concurrently using TPT Update operator by setting...
As you know that Update Operator uses table level locks, it is not possible for an update operator to load the same table concurrently. further when the apply statement starts the both update...
View ArticleMload - no. of records in ET table
Hi Experts, If the number of records in the ET table is greater than the errorlimit specified in the Multiload script, the Multiload job will fail and retains the auxiliary tables. If the no. of...
View ArticleJoin Index - Blocking sessions - forum topic by cheeli
Greetings Experts, We have a single join index that consists of 3 tables. These 3 tables are being loaded by batch jobs individually. Before the creation of join index, our 3 jobs that loads in to 3...
View Articleimport huge data very quickly -- Fastload/Tpump/MLOAD - response (2) by srini...
Hi Dieter, I am exactly looking for a bulk import script, in this case which can be best with Fastload/TPUMP/MLoad ? please suggest and help me with the script. Thanks,
View ArticleJoin Index - Blocking sessions - response (1) by dhirajpalse
If you were using bulk load ie MLOAD/FLOAD scripts to load these 3 base tables then you were left with no other option but to drop JI and recreate after loading. :) In the scenario you have described,...
View Article