There must be some way to tell oracle you want to read 'dirty' data.  Are
you using a cftransaction?  Perhaps you need something like <cftransaction
isolation="READ_UNCOMMITTED">?

Russ

-----Original Message-----
From: Eddie Awad [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 08, 2005 7:41 PM
To: CF-Talk
Subject: Re: Poor performing Oracle Query

> Does oracle have something similar to "with (nolock)" that SQL server has?
> This would just run the query and not wait if it can get a lock on all the
> tables..

In Oracle, If you're just "select"ing rows from tables, there should
not be any locks issued on the rows unless you explicitly say "for
update of" followed by a list of columns.

-- 
Eddie Awad.
http://awads.net/



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211477
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to