Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How to copy 1 million records from one DB to another, Which is effective interms of performance?

4 Answers  


Difference between stored procedure and macro?

0 Answers  


Backup Script was blocked you are unable to archive the data now. how do you analyze it and where do you identify ?

0 Answers  


What is the process to restart the multiload if it fails?

7 Answers  


What is use of compress in terdata?Explain?

11 Answers  


How to select first n records in teradata?

0 Answers  


How do you see a ddl for an existing table?

0 Answers  


What are the joins in teradata?

0 Answers  


in teradata level primary in table level allows duplicates why?

1 Answers   TCS,


what is single value and Multivalue ?

1 Answers   IBM, Wipro,


Why Fload doesn’t support multiset table?

9 Answers  


What are the design features involved in teradata?

0 Answers  


Categories