How to run the Teradata jobs in unix environment ???
Answers were Sorted based on User's Feedback
Answer / vinay sir(datawarehousing tech
At unix prompt,Please execute in the below way.
$Sh>BTEQ<[Script Path]>[Logfile Path]
or
$Sh>BTEQ<[Script Path]| TEE [Logfile Path]
Not only these ways ,there are many ways.
Similarly to other utilities.
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / kk
BETQ< [SCRIPTPATH] | TEE <LOG FILE PATH >
SIMILARLY OTHERS
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / moumita guha
bteq < ./'Script Name'.sh > ./'Script Name'.log
| Is This Answer Correct ? | 1 Yes | 0 No |
What is spool space and when running a job if it reaches the maximum spool space how you solve the problem?
What is the difference between fastload and multiload?
any one answer me how they can analyzing the project using data ware housing?
What is meant by MATCHTAG in multiload utility?
Can u load same data into multiple tables using multiload? How will be the loading process? Whether it will be serially or parallely?
in a BTEQ we have 2 insert 2 del 2 update statment. when the BTEQ is restarted i need to run the BTEQ from after DEL statment(means no need to run the insert & del stat).what is the logic for the above requirement?
What are the available primary index types in teradata.
How can we check the version of Teradata that we are using currently?
can I use “drop” statement in the utility “fload”?
2 Answers Accenture, CTS, NTT Data,
What do you mean by fastexport in teradata?
What do high confidence, low confidence and no confidence mean in explain plan?
Give the sizes of SMALLINT, BYTEINT and INTEGER.