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 exactly do you know about catching in teradata?
What are differences between teradata and ansi session modes in teradata?
What is the purpose of using case expression in teradata?
What is collect statistics?
Different phases of multiload?
If a Node is busy what are the steps you can take to avoid ?
How to Extract data from multiple legacy systems?
What are the available primary index types in teradata.
Explain how spool space is used.
Differentiate database data and data warehouse data?
What is node? How many nodes and amps used in your previous project?
Explain the advantages of partitioned primary index in a query?
What are some commonly used bteq scripts?
What is oltp?
What tools would you use for that?