Error while accessing Workload Designer Portal in Viewpoint - topic by...
Hi, I am getting an error while accessing Workload Designer portlet "You are not authorized to view rulesets on any system" All the access related to portlet are given. read more
View Articleexact table clone - response (2) by eejimkos
Thank you very much for your time. This syntax is ok , but is does not copy the foreign key of the initial table. So, there is no view to get the whole ddl , but i have to access all these who keep...
View ArticleTPT export formatted/ timestamp schema mismatch - topic by cloghin
Hello Teradata experts, I am getting EXPORT_OPERATOR: TPT12108: Output Schema does not match data from SELECT statement with the following TPT script. Could anyone hint me what i am doing wrong please?...
View ArticlePlease convert query oracle to teradata - response (2) by vamsikrishna
Hi Dieter, Thanks for your responce but i have one doubt. dim_tab.src_system(+)='rama' here its right join why you took as a left join, i didnt get it can you please aloborate.
View Articleexact table clone - response (3) by VandeBergB
The following code will generate "show table" statements for all of the tables in the specified database. You can export the answer set to a .txt file from QueryMan and run the statements in the...
View Articlestring not terminated error - response (1) by KS42982
Try SUBSTR instead of SUBSTRING, that might solve your issue.
View ArticleDropping Primary Composite Key - response (5) by taruntrehan
Thanks for the inputs everyone ..:)
View ArticleHelp on Query Tunning - response (5) by JGP@1979
Hi Dieter, Please find the explain plan below. Explain SELECT DP.Party_Id, ECD.Clndr_Dt, DL.Soi_Num AS RM_Cust_Res_Soi_Num, DL.Street_Nm AS RM_Cust_Res_Street_Nm , DL.Moo_Num AS RM_Cust_Res_Moo_Num,...
View ArticleWhere is TASM state change information written to?? - response (1) by dnoeth
Hi Nick, you're probably looking for dbc.QryLogEventHisV ;-) Dieter
View ArticleHelp required on the query using analytic function - response (6) by dnoeth
Hi Bala, #1: This is not going to reset START_TIME when the first row evaluates to true. It's simply creating a new partition *after* the first row evaluates to true. This would require a kind of...
View ArticleHelp on Query Tunning - response (6) by dnoeth
So this was not the actual query :-( Of course this is different now. This view is dangerous: What if a user uses multiple dates or omits the WHERE-condition? Each qualifying row from each table will...
View ArticleDECIMAL OUT parameter lost value after SP CALL when after VARCHAR IN...
I have strange problem. Consider below Teradata Stored Procedure: REPLACE PROCEDURE OutParam ( IN PIN VARCHAR(79), OUT POUT DECIMAL(38), OUT POUT2 DECIMAL(38) ) OutParam: BEGIN SET POUT = 4; SET POUT2...
View ArticleFull join on 1=2 - topic by Tnewbee
Hi !! I have a view (definition below) which is further used in queries which run really long. I am trying to figure out wat could be the cause. The first indication is this Full join . When a query...
View Article[TeraJDBC 13.10.00.32] [Error 1382] [SQLState HY000] The batch is empty -...
Hi there, we upgraded from jdbc 12 to 13 (also made some tests with a jdbc 14) and we consistently get this error message [TeraJDBC 13.10.00.32] [Error 1382] [SQLState HY000] The batch is empty though...
View ArticleFull join on 1=2 - response (1) by KS42982
First, I do not understand why you would need to do FULL JOIN between same tables (dbname.table2). I am sure we can avoid that if we know what is the exact requirement. Anyways, for any reason if you...
View ArticleFull join on 1=2 - response (2) by dnoeth
Without showing the actual view source it's impossible to find out *what* this code is supposed to do. Dieter
View ArticleDid anyone store RDF data (Resource Description Framework) data on Teradata ?...
Hi there, I am looking into the potential storing RDF data to Teradata? General I called the database designed to store RDF data as triple store or RDF database. Did anyone of you store RDF data...
View ArticlePlease convert query oracle to teradata - response (3) by dnoeth
Hi Vamsi, LEFT and RIGHT in ANSI syntax refer to the position of the table name in the JOIN. "a left b" is the same as "b right a", in both cases a is the outer table and b is the inner table (joined...
View ArticleFull join on 1=2 - response (3) by Tnewbee
What does "on 1=2"mean? Does is mean first column of table2 with second column of table2?
View Article