Partitioning in V12, utilising MOD - response (2) by colink2000au
Hi Dieter, Yes, clarifying, I'd like to use the Char-PPI, but I'm stuck with Hashbucket and Mod for now. How are the buckets calculated? For the example I'm working to, I can see the range of days...
View ArticleConvert the strings into Date Format - topic by Mathuram
Hi everyone, i need to convert all the strings into Date format in a single query. 2012/11/24 2012-11-24 2012 11 24 20121124 24/11/2012 24-11-2012 24 11 2012 24112012 11/24/2012 11-24-2012 11 24 2012...
View ArticleFind the two pre/post/both the Dates - response (4) by Mathuram
Thanks Dieter it is working fine.. below is the query i had done... SEL * FROM (SEL MATURITY,TIMEPD, ROW_NUMBER() OVER(PARTITION BY MATURITY ORDER BY TIMEPD DESC) RN FROM DTFD WHERE MATURITY>TIMEPD...
View ArticleTeradata DBA Training - response (11) by Rajyam403
Hi every one, For teradata developer and DBA online traning contact manohar at sunmanu9@gmail.com . watch his below links http://www.youtube.com/watch?v=Y4j4qnjjf4k...
View ArticlePartitioning in V12, utilising MOD - response (3) by dnoeth
HashRow is Terdata's hashing alhorithm and hashbucket extracts the first 20 bits of this 32 bit value as an integer. The MOD 10 creates 10 possible values which are mapped to 10 partitions using EACH 1...
View ArticleConvert the strings into Date Format - response (1) by dnoeth
I don't think it's possible (unless there's additional information): Is there a difference between 12/11/24 and 11/12/24? Both could be 2012-12-11 or 2012-11-12. Dieter
View ArticleFailure 2805 Maximum row length exceeded in table in abc in BTEQ when using...
Hi Carlos, The table defination is like: CREATE MULTISET TABLE abc ,NO FALLBACK , NO BEFORE JOURNAL, NO AFTER JOURNAL, CHECKSUM = DEFAULT, DEFAULT MERGEBLOCKRATIO ( ID...
View ArticleFailure 2805 Maximum row length exceeded in table in abc in BTEQ when using...
I think length of the sort key can be reason for the error.
View ArticleCaculate how many bytes of string - response (8) by ricky_ru
Dears, I think i am clear with this problem. Because the collation is ASCII. So, characters out of ascii scope will be considered as '?' in ascii. And 63(HEX 3F) is the ascii code for '?'. The...
View ArticleTpump Error:code 3807:Object ''SysAdmin.TPumpStatusTbl'' does not exist. -...
Hi, I am calling tpump script through a shell script which loads the data from a flat file to an Teradata table. While trying to load the data from the flatfile to the table, the script exists with...
View ArticleConvert the strings into Date Format - response (3) by Mathuram
Thanks Dieter, Format of the data keep on changes, so that the month/Year/date position wil get change.. i think it wont possible in a single query..
View ArticleFailure 2805 Maximum row length exceeded in table in abc in BTEQ when using...
Sudeep: Can you post the result of EXPLAIN with VERBOSEEXPLAIN? Cheers. Carlos.
View ArticleInserting\Loading Data to User Define Type (UDT) through TPT - response (1)...
TPT does not support UDTs. You must load the data by using the native data types.
View ArticleMload table locks cannot be released because NUSI exists - response (5) by...
I was just forwarding the information from the DBS engineer. I do not work in the DBS organization and thus do not have that information. You will have to consult with database engineers to obtain that...
View ArticleTeradata PT 12.0 error output schema does not match - response (19) by feinholz
The ODBC operator cannot be loaded because the ODBC driver manager library cannot be loaded. And it looks like that is occurring because you are attempting to use the 64-bit driver manager, not the...
View ArticleTPT installation guide - response (1) by feinholz
http://www.info.teradata.com/Datawarehouse/eBrowseBy.cfm?page=TeradataTo...
View ArticleWhy I am getting "Load Operator: TPT10306: Error 5 retrieving attribute...
Hi, Feinholz, Thank you. Here is my setting. I was wondering if you could spot something that is terrible wrong? ( We do use TPT API as well as TPT utility ) echo $TWB_ROOT...
View ArticleWhy I am getting "Load Operator: TPT10306: Error 5 retrieving attribute...
Hi, Feinholz, I only see libloadop.so under lib64, not under lib. Does that mean I only have TPTAPI component installed but not the one for TPT script? If so, does that mean I need to install...
View ArticleHow to read only two rows at a time by ordering it - response (2) by SteveD
I'm trying to rank calls through our IVR based on the number of calls that occurred before it in the previous 30 days (ie is this the 1st, 2nd, 3rd .... call in the last 30 days?) I can do this for...
View ArticleWhy I am getting "Load Operator: TPT10306: Error 5 retrieving attribute...
I do not know why you do not have libloadop.so in your "lib" directory. You may want to try to re-install the product.
View Article