anil
Answered On : Dec 13th, 2011
No we cant do if table lock
Login to rate this answer.
rohan makode
Answered On : Feb 25th, 2012
No because dba is updating the table so it is not possible.
Login to rate this answer.
anil
Answered On : Mar 13th, 2012
there dba can break the lock given to table.
but in real time, no dba has the right to break the lock given by the user
Login to rate this answer.
DDL lock are exclusive locks. It shared the data. Means anyone can select data from same table.
Login to rate this answer.