How to relege locks in fastload and multiload? example?

Answers were Sorted based on User's Feedback



How to relege locks in fastload and multiload? example?..

Answer / siva

In mload lock
in accquisition phase Release mload databasename.tablename
in application phase Release mload tablename .in apply

In fload between begin loading and end loading there not
write any code and run the script.locks will be relesed

Is This Answer Correct ?    19 Yes 0 No

How to relege locks in fastload and multiload? example?..

Answer / 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

How to relege locks in fastload and multiload? example?..

Answer / yuvaevergreen

For mload,
release mload in apply can be used to forcefully remove the lock from the target table.
For fload,
Locks on target table will not be released until end loading statement completes. I hope fload should be run only with begin and end loading statements. Please add, if you find more....

Is This Answer Correct ?    8 Yes 2 No

How to relege locks in fastload and multiload? example?..

Answer / tdguy

mload: release mload dbname.tablename or release mload
dbname.tablename in apply.
fload: script with only begin loading and end loading
commands will release the locks.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Teradata Interview Questions

If a Node is busy what are the steps you can take to avoid ?

0 Answers   Teradata,


How to Skip or Get first and Last Record from Flat File through MultiLoad and TPUMP Utility?

4 Answers   Comsys, IBM,


How do you create tables? Exact syntax, and create profiles, users in teradata?

0 Answers  


what happen if a query fail in dispatcher?

1 Answers   Cap Gemini,


Explain vproc in teradata?

0 Answers  






Give some points about Teradata Viewpoint ?

3 Answers   Teradata,


IBM QUESTION As all we know PE takes the SQL Request and it will give responce for that query. what is the internal process happening.how it is taking that sql from the system????? thanks in Advance

2 Answers   Cap Gemini, IBM, Infosys,


How is Teradata in current market?

4 Answers  


what is the difference between primary index and secondary index?.

2 Answers   IBM,


which option is used to restart the fast load script?

2 Answers  


List out all forms of LOCKS that are available in Teradata.

0 Answers  


While creating table my dba has fallback or no fallback in his ddl. What is that?

0 Answers  


Categories