Esri ArcMap - Database Connection? - forum topic by teradatatester
In Esri ArcMap I see how to connect to a Netezza, Oracle, SQL Server databases, but I don't see a selection for Teradata. Anyone know how to connect to Teradata for Esri ArcMap?Tags: Esri ArcMapForums:...
View Articlewhat does panicloopdetected contain? - forum topic by pratikjain998
Hello, My teadata pde status was down/hardstop. Somwhere on blogs i read that the issue is because of panicloopdetected file presence. So i deleted this file now my database service is running. I just...
View ArticleIN-List - forum topic by SHF
Is there an IN-List Limit on TD 12 where performance isn't impacted?Forums: Database
View ArticleHow to spell out numeric value in English words by select query. - response...
Hi All, Can any one help me on this?Thanks sai
View ArticleHow to spell out numeric value in English words by select query. - response...
Hi Sai,"sp" in Oracle is only supported for DateTime, same in Teradata: SELECT TO_CHAR(CURRENT_DATE,'yyyysp'); *** Query completed. One row found. One column returned. *** Total elapsed time was 1...
View ArticleHow to spell out numeric value in English words by select query. - response...
Hi Dnoeth, THnaks for the information.It is really usefull for me. I have one more question. Can't we spellout the numbers in terdata? In requirement have a column having 4 degit numbers and need to...
View ArticleHow to spell out numeric value in English words by select query. - response...
Hi Dnoeth,THnaks for the information.It is really usefull for me.I have one more question.Can't we spellout the numbers in terdata?In requirement have a column having 4 degit numbers and need to...
View Articlewhat does panicloopdetected contain? - response (1) by dnoeth
/var/opt/teradata/tdtemp/PanicLoopDetected is an empty file. From the "Messages" manual: 13821 Crash loop detected during TPA initialization. Explanation: In order to prevent PDE initialization from...
View ArticlePDO is not possible with Teradata 12 and Informatica 9.5.1 - forum topic by...
I recently came across a discussion which was debating that PDO is not possible with Teradata 12 and Informatica 9.5.1. I tried looking for answers but could not find a convincing one. Any idea?Tags:...
View ArticleHow to spell out numeric value in English words by select query. - response...
Hi Sai, if it's between 1 and 9999: TO_CHAR((x-1900)*10000+101 (DATE) ,'yyyysp') Dieter
View ArticleHow to spell out numeric value in English words by select query. - response...
So we can't spellout beyond 9999
View ArticleHow to spell out numeric value in English words by select query. - response...
You can :-) http://developer.teradata.com/node/182312 Dieter
View ArticleInformation about Inverted list database - response (2) by Raja_KT
Hi Dieter, I just to know about the features of Inverted list. I guess it is a database. I am seeing that set processing can have more chances of lock contention than a row processing. Please confirm....
View Articleno data condition with dynamic result set - forum topic by j355ga
Anybody know how to detect NO DATA condition for a select in dynamic result set? This simple example detects the no condition for the UPDATE but the select does not generate a no data condition....
View Articleno data condition with dynamic result set - response (1) by dnoeth
Hi Jeff, i don't know if it's possible to use a NOT FOUND handler for a dynamic cursor, but your 2nd cursor should never work as an UPDATE can't be used for OPEN, you have to use Dynamic SQL instead....
View Article[Teradata][ODBC Teradata Driver] Login timeout expired - forum topic by hammadmn
I am having below error on my application. Message: Error connecting to database [[Teradata][ODBC Teradata Driver] Login timeout expired[Teradata][ODBC Teradata Driver] Not enough information to log on...
View ArticleCREATE TABLE Failed [3737] Name requires more than 30 bytes in LATIN internal...
Hi my table name is 26 characters and my column names are not more than 30 chars. but I got this error :[Error 3737][SQLState 42000] Name requires more than 30 bytes in LATIN
View ArticleCREATE TABLE Failed [3737] Name requires more than 30 bytes in LATIN internal...
Your tablename is probably too long, when you check http://developer.teradata.com/doc/connectivity/jdbc/reference/current/jdbcug_chapter_2.html#BABIIEAG you'll findJDBC FastLoad creates two temporary...
View ArticleDifference between Application RI,Batch RI,explicit & standard RI? - forum...
Hi Experts, As we have various types of RI in teradata like Soft RI,application RI ,Batch RI,Explicit RI, Standard RI.. I know that Soft RI allows the Optimizer to utilize join elimination in the...
View Article