Skip to Main Content

SQL & PL/SQL

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!

How to prevent shared locks in SELECT statement?

443470Aug 15 2006 — edited Aug 16 2006
Hi,

In SQL Server we can use (NOLOCK) to prevent shared locks on each row:

Select * from table (NOLOCK)

Do we have similar technique for oracle so it doesn’t consider a shared lock for each returned row?

Thank you,
Alan
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 12 2006
Added on Aug 15 2006
2 comments
778 views