Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Lock Table

Lock Table

From: Iain William Wiseman <bibble_at_paradise.net.nz>
Date: Thu, 08 Sep 2005 19:33:40 +1200
Message-ID: <431fe951$1@clear.net.nz>


Is there a way to lock table for select.

I.E. Something a bit stronger than

LOCK TABLE MY_TABLE IN EXCLUSIVE MODE; Tried this and on a separate sqlplus session I could do

select (1) from my_table;

As per documentation I might add. However I would like it not to be possible to do this.

Thanks,
Iain Received on Thu Sep 08 2005 - 02:33:40 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US