| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> find what user has a row locked for update??
Is there a way to find out what user has a lock on a record? I am
performing a lock on a record by doing a for update nowait in my select
statement. I want to get down to the row that is locked in that table.
I have found that I can see what user has a record locked on a table
by executing:
select
oracle_username,
os_user_name,
locked_mode, object_name, object_type
Is there a way to find out which record that user is locking? Say an
ID field.
Thanks.
Jeff Chirco Received on Fri May 20 2005 - 16:51:47 CDT
![]() |
![]() |