Locking problem [message #305205] |
Mon, 10 March 2008 02:49 |
ataufique
Messages: 79 Registered: November 2006
|
Member |
|
|
Hi ,
I was having locking problem and was released , but we failed to
take the detail of what caused the locking.
Is it possible to get the info , the table locked, the query which caused the locking ....etc
I am monitoring my process by below query but i cant see any locking..
select object_name, o.object_id from user_objects o, v$locked_object l
where o.object_id = l.object_id
pls suggest.
Thanks in advance
Regards,
|
|
|
|
|
|