Is it possible to lock the tables used in the session with below statements for reading and writing and maintain integrity at session level?
LOCK Table table1 for WRITE;
LOCK Table table2 for WRITE;
LOCK Table table3 for READ;
Thanks,
Prabhu
↧