DBQL SQLTextInfo 3577: row size or sort key size overflow - response (1) by...
Which version of Teradata are you on? I faced a smiliar kind of issue some time ago on I guess V2R6, as the size of column definition that was selected was expected to grow beyond 65K row limit and...
View ArticleWhat software is needed on Linux server to connect to Teradata database? -...
I am new to Teradata and have a request to set up connectivity from a Linux server to a Teradata database using bteq. Question is, what software do I download and install to allow a Linux shell script...
View ArticleSHA-256 hashing for Data - response (4) by Pat GoHabsGo
Navneet, I have the same need for a SHA-256 udf, did you found one? Patrice.berube@teradata.com
View ArticlePerformance Tuning Factors - response (4) by Smarak
Impact CPU = MaxAmpCPUTime * (HashAMP() + 1)
View ArticleInvalid TimeStamp Literal when defaulting a timestamp column - topic by...
This fails with a syntax error of CREATE TABLE Failed. 3706: Syntax error: Invalid TimeStamp Literal. : CREATE SET TABLE TEST, NO BEFORE JOURNAL, NO AFTER JOURNAL, CHECKSUM = DEFAULT,...
View ArticleDBQL SQLTextInfo 3577: row size or sort key size overflow - response (2) by...
Hi Joe, how do you access that column? Only in the Select list? It's defined as a UNICODE VARCHAR(32000), which is already close to the maximum eowsize of approx. 64K. Dieter
View ArticleGet the next partition - response (5) by QAKiani
I think you can further simplify the solution suggested by ulrich to get the required results... select * from vt_tst where col2/100 = ( select min(col2) / 100 from vt_tst where col2/100 >=...
View ArticleInvalid TimeStamp Literal when defaulting a timestamp column - response (1)...
You're located at time zone -05:00 :-) Teradata tries to adjust the timestamp to this time zone which results in '10000-01-01 04:23:59+00:00', which is obviously out of the valid range. Try TIMESTAMP...
View ArticleWhat software is needed on Linux server to connect to Teradata database? -...
Deren You need the CLIv2 and the TTUs for Linux (Note that the TTUs are not free-downloadable). HTH Cheers. Carlos.
View ArticleFastload File read: 35, Text: EOF encountered before end of record - response...
I have used SET RECORD VARTEXT "," & also checked for line break. But there is no issue with it. But still am seeing the error.
View ArticleFastload File read: 35, Text: EOF encountered before end of record - response...
Mallesh: Please, share the fastload script if you want us to help you... Two points: The comma separator in your (presumed) first field will split the first date into two (February 29 + 2012) as...
View ArticleTeradata query doubt important - topic by terdeveloper2012
Hello I need to convert to Teradata this sql query : DECLARE @contatore AS INTEGER, @MySQL AS VarChar(8000) SET @contatore = 0 SET @MySQL = 'select 0' WHILE @contatore < 400 BEGIN SET @contatore =...
View ArticleFastload File read: 35, Text: EOF encountered before end of record - response...
Carlos, here is the script CREATE SET TABLE DEV_TCY_STG_VOL.STG_LAND_SHOP_OMNI_DTL, NO FALLBACK, NO BEFORE JOURNAL, NO AFTER JOURNAL, CHECKSUM = DEFAULT, DEFAULT MERGEBLOCKRATIO ( SEARCH_DATE...
View ArticleFastload File read: 35, Text: EOF encountered before end of record - response...
As I said, fastload will not take in account the double quotes as 'field content' delimitator, so each time it encounters a comma assumes a new field: "February 29,...
View ArticleOracle "REPLACE" function equivalant function in Teradata - response (3) by...
use the OREPLACE function in Teradada. good look
View ArticleTeradata query doubt important - response (1) by QAKiani
This seems to be like MYSQL Stored Procedure. Why don't you try Teradata stored procedures!
View ArticleTeradata query doubt important - response (2) by QAKiani
This manual should help you to get started... www.teradataforum.com/teradata_pdf/b035-1148-115a.pdf
View ArticleTeradata query doubt important - response (3) by dnoeth
Hi Mark, using a loop to create a range of numbers is not the best way :-) I prefer a table with numbers in it, if you don't have it you could easily use the sys_calendar: select day_of_calendar -1 as...
View ArticleIdentifying The DDL From The System Tables - topic by rajeev saravanan
Hi all, I know that the complete DDL information for a table can be obtained using the show table command, however i am intrested in knowing where these table,column index info are stored in the system...
View ArticleObtaining DDL Information From The System Tables - topic by rajeev saravanan
Hi all, I know that the complete DDL information for a table can be obtained using the show table command, however i am intrested in knowing where these table,column index info are stored in the...
View Article