Workload Designer and Viewpoint 14 with RDBMS 13.10 error - response (3) by...
All, Checking with Engineering. Will get back to you.
View ArticleOracle Replay feature in Teradata? - response (3) by sfhall
I can see that the tool has a degree of control over connectivity but is it possible to schedule and monitor SET exports/imports from the command line? Also how long would it take to complete a SET...
View ArticleSpool space error in collect stats - topic by teradatauser2
Hi, I am facing a problem with collect stats. One collect statistics is submitted using a ETL id, it runs for more than an hour and errors out with spool space error. The table is a big one. When the...
View ArticlePartition on CHAR Column is not working as expected. - topic by surapurajurp
We have created PARTITION on CHAR column using CASE_N as like below. But it is not giving any performance in terms resource usage (CPU/Spool/ I/O). My question is when we filter data on parttion...
View ArticleCasting timestamp to date and to char - response (2) by SofiaVer
Thanks, Carlos! Entries in the DATE_DT column look like this: 2010-01-29 18:39:00.000 Aside from the concat operators, why do you say the query would fail, and how do i fix it?
View ArticleWorkload Designer and Viewpoint 14 with RDBMS 13.10 error - response (4) by...
Engineering response is we should not be seeing this message if DIP completed successfully and Viewpoint has succeeded in collecting the new DBS and TDWM versions. So the Teradata support incident...
View ArticleWorkload Designer and Viewpoint 14 with RDBMS 13.10 error - response (5) by...
Thanks Gary. Teradata support asked us to drop TDWM database and rerun the DIPTDWM and I did it but to my surprise I am still getting the same error after the DIP. Also the globalparams still shows the...
View ArticleSpool space error in collect stats - response (1) by RB185048
Hi, We also encounter this issue.Generally the tablesize will be more than the spool space allocated to Profile of the Batch user-id.Either reduce the table size by moving old data to history table to...
View ArticleCasting timestamp to date and to char - response (3) by CarlosAL
Sofia: It's TIMESTAMP(3) then... SELECT CAST(CAST(DATE_DT AS FORMAT 'YYYYMMDD') AS CHAR(8)) AS TXN_DTE, USER_ID, CAST(USER_ID AS VARCHAR(9)) || ' ' || CAST(STORE_NBR AS VARCHAR(5))...
View ArticleOracle Replay feature in Teradata? - response (4) by CarlosAL
Steven: If you want to move big volumes between systems, you could try Datamover or you could write your own processes. The time will vary depending on many factors (hardware, communications, etc...)...
View ArticleFailure 2805 Maximum row length exceeded in table in abc in BTEQ when using...
Sudeep: You say the length of all the columns combined in both the tables doesn't exceed 5000, whereas Teradata says the contrary. You don't provide the real tables definitions, the real queries or the...
View ArticleTeradata Studio cannot run Stored procedures - response (1) by CarlosAL
Dan: RTFM: 5510 Invalid session mode for procedure execution. Explanation: The session mode within which the CALL SQL is submitted is different than the one in which the stored procedure was created. A...
View ArticleTeradata Studio cannot run Stored procedures - response (2) by CarlosAL
I forgot to mention: To change the TD Studio session mode : ->Connection->JDBC Connection Properties->TMODE Cheers. Carlos.
View ArticleHow to find out Active sessions at any point of time. - response (4) by katakoti
If you have select access on DBC.SessionTbl ..try this. select * from DBC.SessionTbl where currentdatabase='DB_Name' AND USERNAME='User_Name' ORDER BY SESSIONNO;
View ArticleOptimal Date selection - topic by Endlesscroc
Hi there! This is my first post so go easy! Where I work we have several tables which are run periodically (in this case monthly). I'm attempting to select information which comes from both the most...
View ArticleError 8017 - The UserId, Password or Account is invalid - topic by vpyoa
I'm new to Teradata and Websphere Application Server(WAS). I have installed Teradata JDBC Driver 14.00 (terajdbc4.jar and tdgssconfig.jar) at WAS 7.0 and created datasource as mentioned in the link:...
View ArticleCasting timestamp to date and to char - response (4) by SofiaVer
Thanks so much for your help!
View ArticleError 8017 - The UserId, Password or Account is invalid - response (1) by...
As a starting point, you can query DBC.LogOnOff to determine the cause of the error. If you continue to have a problem, and you are a customer, then you can open an incident with Customer Support....
View ArticleWhat is difference between VDisk and Physical Disk? - response (3) by katakoti
Teradata Virtual Storage pools all of the cylinders within a clique's disk space and allocates cylinders from this storage pool to individual AMPs.
View ArticleWhat is difference between VDisk and Physical Disk? - response (4) by katakoti
Teradata virtual storage responsibility is: Pooling clique storage and allocating cylinders from the storage pool to individual AMPs Tracking where data is stored on the physical media Maintaining...
View Article