Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Concurrent Problem
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 BoyerReceived on Fri Apr 11 2003 - 11:24:12 CDT
![]() |
![]() |