What is differnce between Error code and Error Level in Bteq
Answer Posted / harsha
Error code is the code for the error for ex 3807 is the error code for the error "object does not exist"
To know the error codes type
select * from dbc.errormsgs
in the Queryman
Error level is the severity set for the corresponding error code
if error level is
0- Success
4- Warning
8- User Error
12- Fatal error
16- Typical Error
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
Hi send me the Teradata dumps to my id rajeshanantha@yahoo.co.in Thanks Rajesh. A
Describe the between keyword in teradata?
What are aggregate tables? How do you design them using teradata?
My table got locked during mload due to a failed job. What do I do to perform other operations on it?
Why is the case expression used in teradata?
What is called partitioned primary index (ppi)?
How will you solve the problem that occurs during update?
What are the 5 phases in a multiload utility?
What are the available join types in teradata?
What are the various indexes in teradata? Why are they preferred?
What do you mean by teradata intellicloud?
Explain teradata vs. Redshift?
How can you track login parameters of users in teradata?
What is spool space? Why do you get spool space errors? How do trouble-shoot them?
In a table can we use primary key in one column and in another column both unique and not null constrains.if yes how?