JDBC - create timestamp from LogonDate and LogonTime - response (3) by Jessy...
Hi Dieter, /* create New JDBC Data source for Teradata database in weblogic console*/ I downloaded JDBC Driver from teradata website and placed the jar files in my local system where i installed TTU...
View ArticleSQL Assistant not installed with Teradata 13- Solution - response (1) by...
Actually that was a limitation with 13.10. (It requires .netfw 2.0 and wont work with 4.0) try sql assistant > 13.10.0.1
View ArticleSession to Node Mapping - forum topic by sip.shankar
Hi Teradata Experts, I'm new to Teradata. I'm basically an Oracle DB Architect. I got a nice opportunity to work on one of an existing Teradata DW Application in our Organization. I would like to ask...
View ArticleTPT with named pipe - response (1) by SuSeSi
Press an enter (new line) at the end of the 6th resord in your file. Try and post if this resolved. Also, you might need to delimit the fouth column if data is not fixed length.
View ArticleTTU 14.00 Windows silent install and uninstall - response (1) by SuSeSi
1) Is "Windows Installer" services running on the system? It should run when you involke silent installations/uninstallations. 2) Try following command for silent installtion for individual products:...
View ArticleNR0-012 Physical Implementation Exam - response (3) by Siva V
Hi Bhaskar,I have cleared the teradata basics and SQL certification.Now i am preparing the teradata Physical implementation cerfication.If you have any materials please forward to my below mail id. ID...
View ArticleTeradata Training Material available - response (25) by Brimsuqt
Hi Todd, Could you also send them to me as well... tyofemi@gmail.com Thanks, Brianna
View ArticlePrimary Index and its affects on Importing Data - forum topic by Brimsuqt
A quick question, not having a unique primary key would that affect the importing process and create a high skew ratio even though you have an index that is unique? When should you use a index? When...
View ArticleJDBC - create timestamp from LogonDate and LogonTime - response (4) by tomnolan
Mahesh, please start a new topic in the Connectivity forum for your issue. Please do not post problems to unrelated topics. Thanks.
View ArticleTeradata Mapping Manager issues - forum topic by garrett@data-design.com
First time post, not sure if this is the correct approach, but I don't know who to contact. There's nothing like turning the uninitiated loose to find bugs.... I'm new to the mapping manager, so I am...
View ArticleSession to Node Mapping - response (1) by CarlosAL
Prakash. You may take a look at Laddered Concurrent Connect (LCC). This seems to be what you are after... HTH. Cheers. Carlos.
View ArticleBLANK FROM SOURCE IS CONVERTED TO 0 while loading into Table - response (3)...
Thanks for the replies.KS42982: It is not the NULL I am talking about, NULL are getting loaded as NULL only in the table. It is Blank Values ('') which are getting converted to 0 while inserting into...
View Articleusing a calculation done in the previous row in this row's calculation -...
I am doing a query in which the results of a previous row calculation are used in the next row calculation (recursive I guess). For example the results should look like this: Item Loc Week A B C...
View ArticleCount of Records within 7 days of Timestamp - forum topic by Chopper1979
Hello, First time posting on the forum but a long time searcher!! I'm having some problems writing efficient code to complete what I think should be a relatively simple scenario. I have a table with a...
View ArticleSession to Node Mapping - response (2) by sip.shankar
Hi Carlos, Thanks a lot for your guidance. I understood the concept behind LCC. THis bring another question in my mind. could you pls throw some light here too please. assume my session got connected...
View ArticleSELECT Failed. 3706: Syntax error: Data Type "response_tm_sec" does not match...
Hi, I'm getting the "SELECT Failed. 3706: Syntax error: Data Type "response_tm_sec" does not match a Defined Type name." error when I run the following SQL on SQL Assistant: select...
View Articlevalidate whether cast will work or not - response (1) by Makuma
I believe the only chance you would face this is while casting some non-numeric to a numeric data type. If so, please see if you have got is_num() function available in your DB. is_num (100) returns...
View Articleselecting values from a table where max value is null - response (5) by Makuma
If you really want the rows where max(dt) is null, you can simply use this, isnt it? SEL NAME,MAX(dt) mx FROM tbl1 group by 1 HAVING MX IS NULL
View ArticleSELECT Failed. 3706: Syntax error: Data Type "response_tm_sec" does not match...
The error message is misleading, there's no stdev function, it's called STDDEV_POP or STDDEV_SAMP :-) Dieter
View Articlehow to select sessions,tenacity,sleep,checkpoint etc for...
Hi,I am using teradata 12. Specifications are like this: Utility throttle for number of combined FastLoad and MultiLoad utilities to a maximum of 2 and delays utilities that exceed the throttle limit....
View Article