Quantcast
Channel: Teradata Forums - Tools
Browsing all 4252 articles
Browse latest View live

TPT Statement Not Working: DEFINE SCHEMA FROM TABLE ''; - response (1) by...

I will look into the issue you are having, but in the meantime, I have a question. If all you are doing is moving data from one table to another, have you tried using the "EasyLoader" feature? The...

View Article


TPT Statement Not Working: DEFINE SCHEMA FROM TABLE ''; - response (2) by...

Thank you for your response!!! I didn't use EasyLoader before. I have plan to Delete target before copying data as well. I will try to see if I can use EasyLoader for this requirement.  Meantime if you...

View Article


Running multiple concurrent TPT INSERTER jobs on one server - seeing long...

We're trying to find the upper limit to how many concurrent INSERTER operators we can run on our application server.  After a certain number, we are seeing a long delay after the INSERT takes place....

View Article

TPT Statement Not Working: DEFINE SCHEMA FROM TABLE ''; - response (3) by...

Just to warn you: EasyLoader is a means to load data only. You would have to drop tables and create tables outside of that tool. If you would rather have a single script to do that, then stick with...

View Article

TPT Load Operator Table Lock - response (5) by Santanu84

Hi Steve and Q Thanks for your reply. Actually I have a scenario and I want to know the best possible solution. We have many stage tables where truncate load is happening everyday with almost 1M data...

View Article


TPT Statement Not Working: DEFINE SCHEMA FROM TABLE ''; - response (4) by...

Thanks for your warning. I was just checking tdload option and getting one error.Job variable File:TargetTdpId = 'TDDEV',TargetUserName = '******',TargetUserPassword = '******',TargetTable =...

View Article

TPT Statement Not Working: DEFINE SCHEMA FROM TABLE ''; - response (6) by...

I can possibly understand why it is trying to create table in target user database – to create error tables may be. So, I changed my job variable file as below. Also I took a different table which is...

View Article

TPT Statement Not Working: DEFINE SCHEMA FROM TABLE ''; - response (7) by...

The reason for the DATE not working is because the data for that column is being exported in ANSI format (equivalent to a CHAR(10)) whereas the target table is being interpreted as the standard...

View Article


Running multiple concurrent TPT INSERTER jobs on one server - seeing long...

I would need to see the script(s), and the command lines. Are you running 12 different TPT scripts? Did you give each job its own unique name? Are the jobs loading different target tables? What version...

View Article


TPT Statement Not Working: DEFINE SCHEMA FROM TABLE ''; - response (8) by...

Thanks for those clarifications. What is the way out for DATE columns then (or any other type of columns which may encounter similar problem) ? In Which Variable I shall assign Fully qualified work...

View Article

Running multiple concurrent TPT INSERTER jobs on one server - seeing long...

-->  I would need to see the script(s), and the command lines. listings at bottom -->  Are you running 12 different TPT scripts? 16 scripts, one per target table.  Some tables have INSERTER and...

View Article

TPT Load Operator Table Lock - response (6) by Santanu84

Hi Steve Any suggestion? Thanks, Santanu

View Article

Handling timestamp column during fast export - response (3) by...

SELECT TOP 10 ACCT_NBR ||'|'|| acct_type_cd ||'|'|| acct_sub_type_cd ||'|'|| ent_curr_acct_sts_cd ||'|'|| acct_subsrptn_eff_dt ||'|'|| curr_srv_accs_nbr ||'|'|| srv_accs_id ||'|'|| orgnl_srv_dt ||'|'||...

View Article


Handling timestamp column during fast export - response (4) by dnoeth

There's no automatic typecast for TIME and TIMESTAMP, you must do it explicitly: ... SUBSRPTN_STS_RSN_DESC ||'|'|| CAST(entry_dt_tm AS VARCHAR(20)) (title '') 

View Article

Handling timestamp column during fast export - response (5) by...

Thank you so much. It did work.

View Article


Handling timestamp column during fast export - response (6) by...

 *** Query completed. 22526460 rows found. One column returned. *** Total elapsed time was 3 seconds.  Using bteq, I'm trying to export about 22M records from the table to the flat file. It is running...

View Article

Handling timestamp column during fast export - response (7) by Raja_KT

Just the initial thought.How about your sessions? how many!!! Is it peak time?  You can think of fastexport too. 

View Article


Handling timestamp column during fast export - response (8) by dnoeth

22M records is not that much, but it mainly depends on the overall size, 22M * 100 bytes or 22M * 10KB... You should try to find the bottleneck: BTEQ is single-threaded, so check if one CPU is running...

View Article

Fastload exit code verification - forum topic by davidtzoor

Hello there, I'm running a fastload job and at the end of the job before logging off, I would like to check if the fastload excuted correctly.  Is there a way to check the return code or error code of...

View Article

Fastload exit code verification - response (1) by Raja_KT

Usually, it is checked in unix/linux at the end ..something like this sample after logging off: CR=$?  if [ $CR -ne 0 ] then     echo " failed" else  echo "Passed" fi  Inside we can use .OS command to...

View Article
Browsing all 4252 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>