Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Ingres vs Oracle exclusive locking

sgonos-OracleMar 8 2010
Ingres allows an exclusive lock on tables, set lockmode on tablename where readlock = exclusive which means the users can't access the same
rows that are being modified by another query.

Is there anything in oracle that does the same thing ? All of Oracle's locking seesm to be that you can
still read data. And that is what my user is afraid of. He doesn't want to read old data, when it's
being changed.

How do you work around this ?

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 5 2010
Added on Mar 8 2010
0 comments
1,401 views