Viewing results of WITH clause in Teradata SQL Assistant - response (3) by...
Hi Dieter, Could you please give me some more notes about "Standard SQL WITH (i.e. at the beginnig of your select) you should see the result"? Thanks in advance, Mohan
View ArticleError to convert text data in Fastload TD12 - response (1) by knowledge
Hi Sergio, for to cast the data correctly from char type file into the target type you have to add this line after "begin loading TDDB.TDTB..." and before "DEFINE DT_RIF (CHAR (10 ),Nullif='...
View ArticleVariable results from an sql statement - response (1) by spidermonk
Hey Teradata Forum, I found a work around for the above issue using the 'GET DIAGNOSTICS' function. My problem was making sure pt_id was truly unique using a random number so I needed to cycle thru...
View ArticleHow can I restrict number of sessions or queries a user in sudden WORKLOAD...
As of Teradata 13.10, system filters and system throttles utilize the same "common classification" that one would use for setting up workload definitions (WDs). So you could create this as a system...
View ArticleTransposed multiple rows into one column and one row - response (3) by KS42982
Yup, found the solution using recursive. Thanks.
View ArticleMerge SQL Duplicate Key error - response (3) by dsaini
no..it is not possible. because stg table has the UPI on the contact_object_id.
View ArticleMerge SQL Duplicate Key error - response (4) by KS42982
Looks like, at least one of the contact_object_id in the source file (stg) is already present in your target table (PR) (may be from previous loads). And as you have defined contact_object_id as UPI,...
View ArticleAdd partitions to multi-level ppi - topic by Rob Katofiasc
We have a table defined as follows: CREATE MULTISET TABLE dw_dev.rfk_IMP …….. PRIMARY INDEX ( v_ID ) PARTITION BY ( RANGE_N(YEAR_MONTH BETWEEN 201205 AND 201212 EACH 1 , NO RANGE, UNKNOWN),...
View ArticleMerge SQL Duplicate Key error - response (5) by dsaini
Right..isn't merge suppose to use the "Update set" instead of inserting new record?
View ArticleWorkload management in a multi-client data warehouse - topic by hyma
Hi, In a multi-client data warehouse the clients insist on ensuring the percentage of CPU granted to them. Put it simply: Client A has e.g. 60% CPU and Client B 40%. Each client should have 2 WDs...
View ArticleWorkload management in a multi-client data warehouse - response (1) by...
Unless you go to SLS 11 there is no absolute priority. Meaning a bad SQL running on PBOX can consume more than what it should have in 30 seconds interval. its all relative. You should try with Two...
View ArticleTeradata Parallel Transporter Issue - response (5) by feinholz
TPT is a 32-bit application. There is no 64-bit version of TPT. Unless you are using the Wizard, there is no need for any JRE. Thus, just do not use the Wizard (I would rather it not be used anyway,...
View ArticleTeradata Parallel Transporter - RDBMS error 3862 - response (2) by feinholz
You think that this message is not clear enough? "The tables in BEGIN LOADING statement must be different." Seems pretty clear to me.
View ArticleTPT script loading issue - response (14) by feinholz
Is your target table a SET table, or a MULTISET table? It must be a MULTISET Table in order to load duplicates. You will need to look at the rest of the log to see where the rows are. They might be in...
View ArticleTeradata Parallel Transporter Issue - response (6) by Roopalini
Thanks for clarifying Steve!!
View ArticleTPT status code 12 during Insert - response (1) by feinholz
You will need to get the entire log (the .out file in the "logs" directory) for this job and use tlogview to output all of the detailed information from all of the operators.
View ArticleTPT: How to load file without delimiter exceeding File Data Defintion -...
The AcceptExcessColumns feature is currently only supported with the "Delimited" record format. It is not supported with "Text" or any of the binary record formats.
View ArticleTPT17122: Error: unable to connect to data source(oracle using TPT script) -...
Are you using the 32-bit or 64-bit versions of the driver? TPT is a 32-bit application and you must use the 32-bit versions of the drivers.
View ArticleHow to get Character String Delimiter with TPT or FastExport - response (1)...
FastExport does not support the writing of delimtied data to files. TPT can support it if you use the Selector operator for extracting out of Teradata. Using the Data Connector operator as the file...
View ArticleTPT Error : TPT17134: Terminating due to 1 or more incompatible columns and...
If you look at the output, you will see one schema defined with "sql_source" like this: sql_source 706 2000 VARCHAR and in the other location, like this: sql_source...
View Article