Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Exclusive lock
You can issue an "LOCK TABLE table_name EXCLUSIVE ;" command to lock a table. This would prevent all access except for SELECT.
To prevent SELECT revoke the permissions if that's feasible.
In comp.database.oracle Yoav <yoav_bz_at_netvision.net.il> wrote:
: Hi,
: Does anyone knows how can I issue a "real" exclusive lock in Oracle ?
: When saying "real", I mean that no one else can even SELECT the
: row/table.
: (I thought to use latch or try and update v$ tables).
: thanks,
: Joe
: ---------------------------------
: yoav_bz_at_netvision.net.il
Received on Sat Apr 18 1998 - 00:00:00 CDT
![]() |
![]() |