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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Select Rows

Re: Select Rows

From: K Stahl <BlueSax_at_Unforgettable.com>
Date: Mon, 21 Feb 2000 12:47:10 -0500
Message-ID: <38B17A1E.13674518@Unforgettable.com>


Bernd Renzing wrote:
> =

> HI !
> =

> Is there an option which SELECT only Rows, which are 100% commited, and=

> where an Rowlock or something like this isnīt avaible ?
> =

> I need an FIFO Stack, and so itīs possible, that one client put some =
Rows
> in the Table, and another client wanted to fetch these Rows, but the se=
cond
> client got an Rowlock.
> =

> Did Iīve a chance to avoid this ?
> =

> Bernd.

If I understand what you are asking correctly, there really isn't a problem. The locking has to do with being able to update the records not read them. If you do a select you will get the rows as they exist at that=

moment. Received on Mon Feb 21 2000 - 11:47:10 CST

Original text of this message

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