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: Concurrent Problem

Re: Concurrent Problem

From: Galen Boyer <galenboyer_at_hotpop.com>
Date: 11 Apr 2003 11:24:12 -0500
Message-ID: <u65plt37q.fsf@standardandpoors.com>


On 11 Apr 2003, gsrnadeem_at_hotmail.com wrote:
> Hi All,
> so i need a solution the ignore the locked recored and go to
> the next one .
>
> Ex.
> select emp_name
> from employee
> where Age > 60
> for update of emp_status;

Add a nowait clause, check the return condition and when you actually get an unlocked row, work on it.

-- 
Galen Boyer
Received on Fri Apr 11 2003 - 11:24:12 CDT

Original text of this message

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