I need to add starbox comments to table DDL. Works with view DDL, but not...
Hi Agrias, no, there's no way to keep any comment/formatting within the table DDL. The output of a SHOW TABLE is not retrieved from any system table, it's created ad-hoc by the parser. There is the...
View ArticleJDBCException - Insufficient memory to parse this request. - topic by nkardos
Hi, We are facing problems with the JDBC driver, when issuing (real) unicode SQL with more then 32kb text: Caused by: com.teradata.jdbc.jdbc_4.util.JDBCException: [Teradata Database] [TeraJDBC...
View ArticleAlter table to add column after specific column - response (4) by taruntrehan
Hi Prabhakar, I am facing the same issue and reason for placing the column at same location is because of dependency on file feed layout. If we add it in the end, the load process will start failing.
View ArticleCommand Help : Alter table modify column - response (7) by taruntrehan
Hi All, Here DBA team has a different standardised approach as per them. They ask you to create new columns, copy data , drop old column , rename new columns. Its a burden on developer as to change...
View ArticleError: Error table already exists - Eventhough it was not present in the...
Hi Experts, I am facing an issue with Mload and I am new to teradata. Actually We are loading in a table through Mload in Informatica. For the first time when I submitted the informtica job. It has...
View ArticleError: Error table already exists - Eventhough it was not present in the...
Hi , I am facing an issue with Mload. We are loading in a table through Mload in Informatica. For the first time when I submitted the informtica job. It has given me the following error Error1 -...
View ArticleHelp required on the query using analytic function - response (3) by BalaAG
Hi Dieter, Thanks for the query.Your query works amazing as per the requirement. I have few questions on that: 1) Recrsion an multiple AMP operation as per the PI we create or an Single AMP Operation...
View ArticleAlter table to add column after specific column - response (5) by KS42982
You can always make INSERTs of your load scripts to match with the incoming file, it doesn't matter how the table structure is. I don't think of any example where you can face issue because of the...
View ArticleClarification doubt on SPOOL SPACE - topic by Teraone
Hello, I am new to teradata, I have SQL code previously it was running fine. but some day i am getting spool space error on my userid. When i am trying to run in another user id its working fine. Why...
View ArticleUsing FastExport with Teradata JDBC Driver - response (8) by tomnolan
>>> about the fast export jdbc connectivity. is there any detailed instructions how to get the row count before fetch by not using select count(*)? Select count(*) is the only way to obtain...
View ArticleQuery Timeout again.... - response (3) by tomnolan
Peter, this thread was regarding the .NET Data Provider for Teradata. Please create a new thread for your issue. Thanks.
View ArticleQuestion on TARALaunch Utility of Tivoli - topic by atalukder
We need to run backup job in batch mode by using TARALaunch utility of Tivoli. I have checked in the manual that TARALaunch Syntax from command line is like below: On this syntax I have some...
View ArticleProblem With High PJI - response (2) by rajeev saravanan
Hi Carlos, I was under the impression that a high PJI indicates a notorious product join, thanks for pointing out that a complex select which utilizes lot of resources may also lead to a high PJI I was...
View ArticleDropping Primary Composite Key - topic by taruntrehan
Hi All, I have a table that has a composite key defined on 2 columns. These column are not a part of primary index. The table contains data. I am trying to drop primary key using the following command...
View ArticleDropping Primary Composite Key - response (1) by VandeBergB
You can't drop a Primary Index in Teradata. Your initial assertion that its a primary key but not part of the PI cannot be correct. If you specify Primary Key in your Teradata DDL, TD will create it...
View ArticleI need to add starbox comments to table DDL. Works with view DDL, but not...
Thanks for the response Dieter, I'll look into what we can do with DBC.TVM.
View ArticleLogging on to Utilities with no TDPID - topic by toadrw
Hello all: My question is for any utility, but we can use BTEQ as an example. .LOGON tdpid/username,logon My understanding is the tdpid optional, however, if I run this from a bteq prompt: .LOGON...
View ArticleClarification doubt on SPOOL SPACE - response (1) by KS42982
All users are allocated with certain amount of spool space for the query answer set. So there are chances that your user id got allocated with less space than the another one that you use. Spool space...
View ArticleLogging on to Utilities with no TDPID - response (1) by dnoeth
No magic, but a default for TDPID :-) To get a successful logon, "dbc" must be resolvable to an ip-address. Dieter
View ArticleHow to insert recursive query answerset to another table - response (1) by...
insert into target with recursive cte as (select ...) select * from cteDieter
View Article