which Teradata process is using this table - response (2) by Triton
Meta Data Services (MDS) can provide the following information for a Table: Views that reference a table, Hash/Join Indeces defined on a table, Macros that reference a table, Stored Procedures that...
View ArticleStored procedures - calling tables and views - response (2) by Triton
Teradata MDS will identify the tables and views that a stored procedure referneces. It will also identify if a stored procedure references macros or other stored procedures. You install Teradata MDS on...
View ArticleTPT export large table to smaller text files - response (1) by dnoeth
If it doesn't have to be exactly 5,000,000 rows per file you might simply use multiple instances of the file writer APPLY TO OPERATOR (FILE_WRITER[16]), this will create 16 files each like...
View ArticleHiding password in mload script - response (3) by butthead
Yes, please tell us how to do this TeraData dudes! Hard-coding a password in a script is stuuuupid :) Isn't there a way to pass it in as an argument to MLoad / ML / MultiLoad ? The docs seem to say you...
View ArticleHiding password in mload script - response (4) by Raja_KT
You can read this article: http://developer.teradata.com/tools/articles/introducing-teradata-wallet
View ArticleTDSQLA 14.10 - Cut & Paste Issue - response (3) by TDW
Mike, I did not receive an email notifying me that there was as response to my question. Thanks. We have our sys admins looking into this. God Bless, Genesius
View ArticleMLOAD ERROR : "UTY4019 Access module error '4' received during 'File open'...
Hello Everyone, One of our workflow (using MLOAD loader connection) used to fail with the error "UTY4019 Access module error '4' received during 'File open' operation: 'Requested file not found' File...
View ArticleFLOAD Script throws error "TPT_INFRA: At "select" missing SEMICOL_ in rule:...
Hi All, I am having the below sql script from which we need to load the initial data as follows: It is throwing an error as TPT_INFRA: At "select" missing SEMICOL_ in rule: Job Definition Body Can you...
View ArticleTPUMP Question - forum topic by icemanc
How does TPUMP Handle input file ? if the source system keep on appending data to same file .. and tpump keep on loading to teradata , at some point file becomes huge and need to be deleted then do...
View ArticleFLOAD Script throws error "TPT_INFRA: At "select" missing SEMICOL_ in rule:...
This is not a FLOAD job. This is a TPT job. The error message you are getting is a syntax error. In order to help you, you need to provide the entire script. You are either missing a semicolon...
View ArticleTPT multiple instances using mainframe host (Syntax error). - response (26)...
It appears as though your installed TPT components are not in sync with each other. The error is telling you that the message catalog is not the correct one for the installed version of TPT (a componet...
View ArticleMLOAD ERROR : "UTY4019 Access module error '4' received during 'File open'...
Which access module are you using? What version of MLOAD are you using?
View ArticleFLOAD Script throws error "TPT_INFRA: At "select" missing SEMICOL_ in rule:...
Hi, I am using 15.0 teradata client I am having doubts regarding FLOAD. We run fload using Cmd eg; C:/FASTLOAD < fld filename; Is it right? I am having a case stmt in the select list, Is case...
View ArticleFLOAD Script throws error "TPT_INFRA: At "select" missing SEMICOL_ in rule:...
FastLoad is for loading data into TD from an external source. But your script doesn't load any data, you try to use a Select as source, of course this will not work. Why don't you simply write a SQL...
View ArticleFLOAD Script throws error "TPT_INFRA: At "select" missing SEMICOL_ in rule:...
Hi fienholz/Dieter, Thanks much for your replies. I created a script containing delete and insert statement which is working fine. The above created script I run using tbuild -f file.txt -v...
View ArticleCode = 2644 No more room in database - response (10) by larun1616
Here, Wasted time space will be released or permanently occupied?
View ArticleSQL Assistant Favorites - forum topic by Jason_N
Can anyone tell me where the favorites are stored? I am using two instances of SQL Assistant (one on laptop, one on VM) and would like to merge both.Tags: sql assistantForums: Tools
View Articlepassing ksh variable into bteq function? - forum topic by k1ng
I'm trying to pass string variables inside a function (the bteq itself does work) but can't seem to get it to work. I try this:td_instance="one" user="usr1" pass="pass1" schemaName="schemaA"...
View ArticleDoubts regarding MLOAD script - forum topic by saumil287
Hi All, I am having a single target table which needs to be updated from 7 different tables which are joined and having aggrgated for a fact columns. The single target table is having a PI which is...
View ArticleTPUMP Question - response (1) by vikas_yadav
You can't delete flat file using tpump or by any TD load utility .You need to delete flat file using sed or any unix equivalent command.
View Article