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
How can you track login parameters of users in teradata?
What are the steps involved after the disk manager passes the request?
What is a three-tier data warehouse?
What are the various reporting tools in the market?
What are the available join types in teradata?
What is upsert statement in teradata?
Explain teradata architecture?
What are the updated features of teradata?
What is meant by a Clique?
Why is the case expression used in teradata?
if collect stats but it show low confidence why?
What are the components provided on node?
What is meant by a Highest Cost Plan?
What are types of partition primary index (ppi) in teradata?
What is the command in bteq to check for session settings ?