Remote management of VP users and accessrights - topic by mv5492
I need the ability to create and manage VP users from a remote UAM application. I do not want to to setup and manage an LDAP directory for our user population so I want a solution where I can manage...
View ArticleHow to export Teradata access log and DBQL from Teradata table to a file -...
Hi, I am trying to audit Teradata database.I have enabled DBQL and access log auditing. Now i want to export audit logs to logfile in human readable format. I have tried BTEQ but it exports to file...
View ArticlePosting topics into the correct forum - response (19) by vandy
Hi people, I am new to using Teradata. Can someone please let me know the below queries: 1.Query to find the scale of the column in teradata 2.Query to find the foreign keys of a table in teradata...
View ArticleQuery to find - topic by vandy
Hi All, Please help me suggesting a query to find read more
View ArticlePlease help me suggesting a query to find 1.the scale of the column in...
Hi All, Please help me suggesting a query to find read more
View ArticlePlease help me suggesting a query to find 1.the scale of the column in...
Hi All, Please help me suggesting a query to find 1.the scale of the column in teradata read more
View ArticleTeradata Studio not generating correct DDL for table? - topic by eddie.yasi
I'm using Teradata Studio v14.01.0.201206111225, and noticed that if I create a table as MULTISET, and later right-click the table, and in the Teradata sub-menu select Show DDL it correctly creates a...
View ArticleIs there a limitation on the Merge statement and Rank Function? - response...
Yes Qaisar. It works fine if i am not using coalesce. But my requirement is such that i have to default a null value for comparison purpose. Its then, while using coalesce, merge statement fails. Not...
View ArticleGet Prior record in Teradata based on date - topic by aminsachin
Hello Guru's I am stuck with this scenario and need your expert advice in achieving this here is my source table in teradata : I want current status codes based on last date 12/21/2012 and immediate...
View Articlesubstring() on huge text column - response (3) by dnoeth
Hi Herman, this error is not because of the long string, there are some rows where there's a "user=", but no "reportPath=" resulting in a negative value in FOR which errors out. You need a WHERE...
View Articlesubstring() on huge text column - response (4) by dnoeth
Hi Herman, this error is not because of the long string, there are some rows where there's a "user=", but no "reportPath=" resulting in a negative value in FOR which errors out. You need a WHERE...
View ArticleStored Procedure Input Parameter Problem - response (1) by dnoeth
Hi Joe, i don't think it's a problem of the input parameters, it looks like there's some malformed Dynamic SQL submitted within the SP's body. Is there and "call dbc.sysexecsql" or "execute"? Dieter
View ArticleTD JDBC Error 857 - Two different data types are being set for parameter 42...
Please provide the complete exception message and stack trace.
View Articleparse sqltextinfo column in dbc.dbqlsqltbl - response (3) by suhailmemon84
It will be a very complex awk command. There are several types of complex queries and the where clause can be anywhere. Not sure if this is an ideal solution to achieve what I need. -Suhail
View ArticleSQL Parser - response (3) by suhailmemon84
It will be a very complex awk command. There are several types of complex queries and the where clause can be anywhere. Not sure if this is an ideal solution to achieve what I need. Plus we certainly...
View ArticleIs there a limitation on the Merge statement and Rank Function? - response...
I don't think there is a limitation on RANK about last 2 digits of s(6). It works fine in my project. Please share the SQL if you can and will try to help.
View ArticleTPT error in loading from an external file - response (2) by JDBA
No, there is no end of marker afte the last data item. This data is in Note pad.
View ArticleMERGE-INO - response (2) by KS42982
Just remove the PI or partition column from below statement and it should work. SET D = G_T1.D, E = G_T1.E, F = G_T1.F, G = G_T1.G, H = G_T1.H
View ArticleConverting Oracle code to Teradata for counting/rolling up days to report on...
I found a way to handle this problem. Hopefully someone else can use this if they run into some old code. I used cast(extract(month from adate ) +2 )/ 3 as char(1). This will get the month for the...
View Article