TPT Instances - How this works? - topic by EricSantAnna
Hi Teradata gurus, I have developed a process in Java that read some files, add some fields, and load in some pipes to my TPT script. In my tests I'm loading 6 pipes with 6 separeted Threads. read more
View ArticleDate Conversion - response (13) by macktd
Thank you very much..harpreet singh Bhai........
View ArticleTPT Instances - How this works? - response (1) by feinholz
The UNION ALL is to get the parallelism from the producer operator side. When sending the rows to the consumer operator (the Update operator in your case), the data is not sent in a round robin fashion...
View ArticleTPT - Load Operator consumes from a named pipe provided by a JNI process -...
It's simple! My concept of pipes were wrong! You don't need to create the pipe, the TPT creates it for you. I tried to Read too, but I tried with the wrong Reader class (RandomAccessFile). My working...
View ArticleViewpoint data collector - Lock Info error - response (2) by ratnamch
what is the main differnce between NUSI & FTS ? could you please explain in breafly. thank's ratnam
View ArticleTearadata SQL Help - Very much Urgent - response (7) by Qaisar Aftab Kiani
Hi, I don't think there is an efficient way of getting what you want as all the tables joined together (OOFERATTRIBUTE, T_PROD_X_OTHER_HIER_PROD, T_PROD_DEF etc) are dependent on each other. See if...
View ArticleTearadata SQL Help - Very much Urgent - response (8) by Mathuram
Try this Query, i think it will work... WITH TEMP (LEAD_KY,PROD_CAT_LVL_1_NM, AUD_INSRT_DT_TM, AUD_INSRT_USR_ID,PRODUCT_1, PRODUCT_2, PRODUCT_3, PRODUCT_4, PRODUCT_5) as (SELECT (200000000000 +...
View ArticleTPT Instances - How this works? - response (2) by EricSantAnna
Great feinholz! Now everything makes sense. Then, I could increase the number of pipes(Java Threads), if not for the high CPU usage to open more files. (I had dozens of process like these running!)...
View ArticleTearadata SQL Help - Very much Urgent - response (9) by reddy27
Thanks a lot Aftab and Mathuram --- I will try them out and will let you know if I see any issues -- Thanks once again
View ArticlePlease tune this quey as it is taking terabytes spool space - response (3) by...
Check in the step table (dbqlsteptbl) which step is creating huge spool file. There might be skew or some duplication might be happening.
View ArticleExplanation of fields in DBQLOGTBL and how to use info present in it - topic...
Hello, Which document will contain explanation of fields in DBQLOGTBL? Some of the fields of interest are as follows. EstMaxRowCount, NumSteps, StatementType, WDID, LSN Integer, SLGMet etc. Is there...
View ArticleExplanation of fields in DBQLOGTBL and how to use info present in it -...
Book: Teradata User Documentation => Database administration Chapter 14: Tracking Processing Behavior with DBQL Things to Consider When Logging DBQL Data
View ArticleExplanation of fields in DBQLOGTBL and how to use info present in it -...
Check this out http://developer.teradata.com/blog/carrie/2012/07/intrepreting-dbql-dela...
View ArticleJDBC connection through JAVA throwing an error, "Could not create connection;...
Hi everyone, We're trying to connect to our teradata database through Java using TMODE=ANSI, and it's throwing the following error: org.jboss.resource.JBossResourceException: Could not create...
View ArticleTimestamp format on teradata retrieval - response (8) by kashifkiani
From 12/8/2010 8:00:40 PM 8/30/2011 5:10:35 PM To 12/08/2010 20:00:40 08/30/2011 17:10:35 Suppose datetime column is start_date Query CAST( CAST( CAST( CASE WHEN INDEX(START_DATE,' ')=0 THEN NULL...
View ArticleFastLoad Error table being dropped - topic by JazzKhan
Hi Guys, I am using fastload within SAS DIS (ETL) and my 99% rows are being rejected to an error table. However, here is the issue. When my job starts Two error tables are created err1 and err2 in...
View Articleto_char function in stored procedure - topic by sateesh240
Hi All, The below query works fine when i ran it in sql assistant. sel cast(to_char(trim(extract( month from <table.date_column>)),'09')||'01'||to_char(trim(extract( year from...
View ArticlePARTY DEMOGRAPHIC HIST in CLDM - response (5) by ratnamch
hi , what is demografics ? how many types of demografics? how it will work in teradata? could you please explain brief in step by step? thanks ratnam
View ArticleCollect Stats - How Performance gets improved? - response (15) by ratnamch
hi , what is demografics ? how many types of demografics? how it will work in teradata? could you please explain brief in step by step? thanks ratnam
View Article