Re: SQL Plus & Locks

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Thu, 14 Feb 2002 19:09:56 +0000
Message-ID: <3C6C0B84.1E42_at_yahoo.com>


Carlos Hernández wrote:
>
> Hi,
>
> I need resolve a little question ...
>
> If I locks a row with any tool, and open a session with the SQL PLus and try
> to make a Update of the same row, not returns a ORA-????? with the error.
> How I can detect the error? SQL Plus is not available this possibility?
>
> Thanks and best regards.
>
> Carlos Hernández
> Barcelona (Spain)

select *
from my_table
for update NOWAIT;

hth
connor

-- 
==============================
Connor McDonald

http://www.oracledba.co.uk

"Some days you're the pigeon, some days you're the statue..."
Received on Thu Feb 14 2002 - 20:09:56 CET

Original text of this message