Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Is it possible to use nolock type of hint in query

Re: Is it possible to use nolock type of hint in query

From: Ethan Post <post.ethan_at_gmail.com>
Date: Fri, 11 Aug 2006 16:20:55 -0500
Message-ID: <357b48a90608111420v6a6cac28ta283e87f7483c375@mail.gmail.com>


I could see cases in which I might want to predict if I will be able to make a reservation or not, perhaps I need 10 seats, and based on current pending transactions in queue I have a low chance of getting all ten seats on flight unless I complete my transaction within the next minute. The right design would have a status column perhaps that would be commited as "PENDING", but if we don't have that then being able to see uncommited transactions might be usfull as a way of "seeing" the pending transactions on the given flight. Not the right tool perhaps, but I still like having the option to use the tool if I decide to.

On 8/11/06, Jared Still <jkstill_at_gmail.com> wrote:

 Not a good idea IMNSHO.
>
> If someone else is hesitant to choose the seat, I have
> every right to get it if the other party has not yet
> committed to it.
>
> Committed: that's a joke.
>
> ;)
>
>
>
> --
> Jared Still
> Certifiable Oracle DBA and Part Time Perl Evangelist
>

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Aug 11 2006 - 16:20:55 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US