What is the process to restart the multiload if it fails?
Answer Posted / sat!sh
MULTILOAD will creates 2 error tables, 1 work table
When MULTILOAD fails We have to unlock the Main Table, here
error tables and work tables are not locked like FLOAD
To Unlock the Main Table in Mload
RELEASE MLOAD <TABLE NAME>;
----
Hi Friends Got a Best ANS share with us :)
| Is This Answer Correct ? | 10 Yes | 14 No |
Post New Answer View All Answers
In the Primary Index, what is the score of AMPs that are actively involved?
Name the five phases that come under MultiLoad Utility.
What is spool space? Why do you get spool space errors?
What happens when a node suffers a downfall?
Let us say there is a file that consists of 100 records out of which we need to skip the first and the last 20 records. What will the code snippet?
Difference between star and snowflake schemas?
What are the newly developed features of Teradata?
What are the steps involved after the disk manager passes the request?
What are the commands to make a new table, change a table and remove a table in teradata?
Briefly explain each of the following terms related to relational database management system (rdbms) – database, tables, columns, row, primary key and foreign key.
Explain teradata architecture?
What is multi insert?
What is the use of teradata system software?
What is meant by a Parsing Engine?
There is a column with date in it. If I want to get just month how it can be done? Can I use sub string?