How to relege locks in fastload and multiload? example?
Answer Posted / vinay sir(datawarehousing tech
Little more clear description for the above two answers.
RELEASING LOCKS IN MLOAD:
We need to use the below RELEASE MLOAD command in BTEQ.
Acquisition Phase: RELEASE MLOAD TABLE1....TABLE5
Application Phase: RELEASE MLOAD TABLE1....TABLE5 in Apply
RELEASING LOCKS IN FASTLOAD:
Assue the table is Party and it is using ERparty and UVparty
tables as its error tables.Then use the below script(Called
Empty Script) for allowing operatins on the Party table.
.logon <>
database VINAY;
BEGIN LOADING Party
ERRORFILES ERparty,UVParty
CHECKPOINT 10;
END LOADING;
.logoff
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What do you mean by ttu in teradata?
How is the teradata different from oracle?
What are the scenarios in which full table scans occurs?
Can we collect statistics on multiple columns?
How teradata makes sure that there are no duplicate rows being inserted when its a set table?
Explain how spool space is used.
What is dimensional modeling?
Hi Friends, Please send me Teradata Materials for certifications Thanks in advance !!
How can bottlenecks be identified?
What are some primary characteristics of teradata?
What is primary index and secondary index?
What is teradata and why it is used?
What are the various indexes in teradata? How to use them?
What is database exceptions in teradata?
What is the maximum number of dml can be coded in a multiload script?