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!

READ UNCOMMITTED or NOLOCK on Oracle

627145May 11 2008 — edited Dec 15 2009
Hi,

In SQL Server, I can do

1. select * from tb_name (nolock)
or
2. SET TRANSACTION ISOLATION LEVEL
READ UNCOMMITTED

To avoid blocking due to lengthy select operation.

Do we have something like this in Oracle?

Thanks
Claire
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 12 2010
Added on May 11 2008
12 comments
120,146 views