Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> one lock statement
Can one lock statement on multiple tables contribute to a deadlock?
Here is an example:
LOCK TABLE table1, table2, table3 IN EXCLUSIVE MODE;
Thank you. Received on Tue Aug 15 2006 - 13:18:09 CDT