All virtual circuits are currently in use - response (5) by jonx34
Hi, I have the same problem when running some processes. The architecture I have is a 3 (active) + 1 (standby), so the total number of sessions that can handle a maximum of 720 sessions per system....
View ArticleHow to format a decimal column in Fast Export - response (1) by dbehuray
Try using CAST(CAST(<sum> AS DECIMAL(21,4) FORMAT '----------------9.9999') AS VARCHAR(21)) \\ Dibya
View ArticleData Conversion - response (7) by dbehuray
If the value of the column is a valid number but stored as Character, then you can CAST it as DECIMAL. But in your case, the column values seem to be alphabets or alphanumeric. Check the column values,...
View ArticleHow to format a decimal column in Fast Export - response (3) by Qiuying
Dear Posters, My company is looking for a Subject Matter Expert with Teradata Certification for any level. What is a Subject Matter Expert? In this case it is a Certified professional who will be in...
View ArticleSubject Matter Experts of Italian, Brazilian Portuguese, Korean and...
Dear Posters, read more
View ArticleUsing RJDBC and connected successfully, I get errors when trying to write...
Hi, I can establish the connection just fine.... My connection statement: jdbcCon <- dbConnect(drv = JDBC("com.teradata.jdbc.TeraDriver"),user = UID, password = PWD,...
View ArticleViewpoint - 14 - Query Monitor issue - topic by dtfcards
We are experiencing issues with query monitor where we run a piece of SQL and it will run for close to 15 minutes but the SQL and Explain Tabs are not selectable. Sometimes the Explain tab is...
View ArticleIssue with Help Index function in SQL Assistant when using Teradata.Net...
When I run a "help index" on a table connected via the Teradata.Net connection in SQL Assistant, it only brings back a set number of characters, not the actual index of the table. When I run the same...
View Articlehow to logon to bteq - response (9) by TeraSantos
Normally to login into bteq I use .logon localtd/dbc,dbc; You can try this once.
View ArticleTD Express 14 and LDAP authentication - response (1) by sl186029
Hi, did you manage to solve your issue? Thanks. Sal
View ArticleNeed help in returning two adjacent rows as one row - topic by janus79
Hi, I am new to teradata. I have a requirement where i have to write two adjacent rows in a table as a row in a new table. Can somebody please help me. My source table: ============ A B C D E...
View ArticleLT,WT,ET,UV tables - response (15) by TDALEXIS
Hi, I would like to know the Error limit for Multi Load. When I submit a job in Mainframe, MLOAD job abend if any error occurs (Data type constraints or unique violation) while loading into a table?...
View ArticleCheck row is Numeric or not - response (5) by xaeru
What about ISNUMERIC() ? http://msdn.microsoft.com/en-us/library/ms186272.aspx
View ArticleTeradata R - create table based on a data frame using JDBC - response (2) by...
Thank you Ulrich! We will go with the sqlSave RODBC route for now. The fast=true option does speed up the insertion due to parameterized inserts but does have some datatype issue such as Date. But...
View ArticleHow to format a decimal column in Fast Export - response (6) by chaitanya09
Hi Rajeev, Can you suggest me the fast export script such that I can export the data into an excel?
View ArticlePosting topics into the correct forum - response (16) by smadagani@gmail.com
Quick question regading NUMBER vs DECIAL in TD 14.0 : 90% of our join access and optimal path based on Pers_id & Clent_Ky. Client keys start from 1 to 450 as smallint and Pers_id is always 22 degit...
View ArticleConnection Pool issue(Connection reset by peer: socket write error) with...
I am using connection pool with Tomcat 7. The web server sits in the DMZ, while Teradata is in the internal network. Port 1025 opened in the web server. When the application first starts up,...
View Articlehashrow function - response (9) by JPH
How often has the hashing function been updated? With the new one implemented in 13.10 should we expect it to remain consistent for the long term? I've selected variables as my PI based on their hash...
View ArticleTeradata JDBC Exception - response (8) by tomnolan
Please refer to the following troubleshooting information in the Teradata JDBC Driver User Guide: http://developer.teradata.com/doc/connectivity/jdbc/reference/current/jdbcug_chapter_5.html#CHDIJJJH...
View Article