Mload - execute a file in batch mode, invalid statement was found
Greetings Experts, I am using windows 7, TD 13.0 express demo version on my laptop. I have created the sample Mload file in C:\mload_in.txt which is below. .LOGTABLE SAMPLES.ML_ITEMPPI; .logon...
View ArticleTeradata Parallel Transporter - queries
Hi I am using Teradata Parallel Transporter v13.10. I have few questions in this regard. 1. In MLOAD LAYOUT we can define .FILLER, which will not be sent to database. Can we define anything similar...
View ArticleTeradata Parallel Transporter - queries
Hi I am using Teradata Parallel Transporter v13.10. I have few questions in this regard. 1. In MLOAD LAYOUT we can define .FILLER, which will not be sent to database. Can we define anything similar...
View ArticleTeradata Utility Script
Hi Someone told me, creating one teradata utility script within another is very handy. For example, if I am writing a fastload script, I can put instructions to generate a fastexport script from...
View ArticleFast Export Error
Hi All, I am newbie to TeraData. I ran the below code for FastExport: .LOGTABLE jbhatt.example_log; .LOGON 127.0.0.1/jbhatt,sample; .BEGIN EXPORT; .EXPORT OUTFILE example_export.dat; sel top 10 * FROM...
View ArticleData Caclulation (Number of Full Months and remaining Days between two dates)
I have a need to calculate the number of FULL Months and remaining days as two separate amounts. The month is based on the day of the Month the date begins. As an example 12/5/2013 to 1/4/2014 would...
View ArticleConvert HostData to actual record from Error Table
Hi, We have some jobs loading data from TPT which creates ET for duplicate records. Does anyone know how to convert Hostdata values into actual record from ET? I have limitations, can not user...
View ArticleTwo questions about Teradata PMON
Hi, I have a two questions about teradata pmon. The first one is; what does monitor rates box shows? Why do we use it? The second one is; when we open the session screen by clicking session button,...
View ArticleTeradata Parallel Transporter ~ OPERATOR FILE_WRITER ~ escape characters in...
I needed to unload data from Teradata and escape certain characters. For example some character strings contain a pipe symbol ('|') but I am using the pipe as my delimiter. The documentation at...
View ArticleBTEQ and the Commit statement
hello everyone, is there a method in BTEQ that I do not need to enter COMMIT after every action.. I have a very big script with full of commands to perform.. when I do it SQL assistant it works.. and...
View ArticleDEFINE SCHEMA target_schema FROM TABLE
Hi i am trying to use DEFINE SCHEMA target_schemaz FROM TABLE in a tbuild script and it is failing with"Teradata Parallel Transporter Version 14.10.00.01 TPT_INFRA: TPT05004: CLI error 224 in...
View ArticleSkip header row of file using TDLoad
Hi I need to load a flatfile into TD using tdload utility, but skip the header row while loading. Is it possible to skip the 1st row i.e Header and load the remaining lines. Thanks Manjeeth Tags:...
View ArticleTTU for solaris
Hi, I am trying to find TTU install for Solaris but I am not able to find anything of that sort for Solaris. The only thing available is CLIV1410 which is only libraries but no bin directory or tools...
View ArticleCan I perform Delete and Insert in the same trigger
Hi, I have to create a trigger on table A so that whenever there is any insert or delete in table A, there should be same insert and Delete in Table B. Please let me know if it is possible. If you can...
View ArticleTPT Wizard datatype casting
Since I am new to teradata my DBA suggested to use TPT Wizard to export data from a teradata table to a flat file in | delimited format. However I noticed that all columns needed to be varchar for this...
View ArticleTPT Wizard datatype casting
Since I am new to teradata my DBA suggested to use TPT Wizard to export data from a teradata table to a flat file in | delimited format. However I noticed that all columns needed to be varchar for this...
View ArticleObtaining Failed load records from TPT load
I understand that ErrorTable1 has my bad load records in it but how can I get them back out. The DataParcel column is defined as : Entire data record, as provided by the source producer operator. When...
View ArticleTeradata load "Batch is empty" error
Hi, i have a "|" deleimeted file, and i use teradata studio express to do load using "teradata load" option. i was able to load the file with data row1|row2|row3|row4|row5 - it was sucess but the below...
View ArticleParallel Load into Single Table - TPUMP / TPT
Hi All We have a requirement where we need to load one single table in parallel from different source tables. Say, TableX needs to be loaded from TableA, TableB and TableC. They have different source...
View ArticleTPT - Handling Delimited File with Embedded CR\LF in field
Hi, I have a file which is comma delimited with fields in double quotes and some comment fields have embedded CR/LF within the fields. How do I preserve the CR\LF and load the file using TPT Load...
View Article