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

Home -> Community -> Usenet -> c.d.o.server -> Re: Who selects FOR UPDATE?

Re: Who selects FOR UPDATE?

From: Naren Chintala <naren_at_mink.att.com>
Date: 1997/03/12
Message-ID: <332734AD.92A@mink.att.com>#1/1

Volker Hauswurz wrote:
>
> Once I read that you can get the information which user has a lock on a row
> when he SELECTs FOR UPDATE.
> But I forgot it and I can't find the system view or routine which gives me
> the information. Can anybody help me?
>
> Thanks
> Volker

Try the following

SQL> SELECT * FROM SYS.DBA_DML_LOCKS; You may want to check out the file that creates this view. $ORACLE_HOME/rdbms/admin/catblock.sql

Cheers

-- 
Naren
Received on Wed Mar 12 1997 - 00:00:00 CST

Original text of this message

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