InterviewSolution
Saved Bookmarks
| 1. |
My Table Got Locked During Mload Due To A Failed Job. What Do I Do To Perform Other Operations On It? |
|
Answer» Using RELEASE MLOAD. It removes access LOCKS from the target tables in Teradata. It MUST be ENTERED from BTEQ and not from MultiLoad. To proceed, you can do RELEASE MLOAD <table name>. Using RELEASE MLOAD. It removes access locks from the target tables in Teradata. It must be entered from BTEQ and not from MultiLoad. To proceed, you can do RELEASE MLOAD <table name>. |
|