-Linga Reddy Avula
select c.owner, c.object_name, c.object_type, b.sid, b.serial#, b.status, b.osuser, b.machine from v$locked_object a , v$session b, dba_objects c where b.sid = a.session_id and a.object_id = c.object_id;
=> Use below query to find the OPP manager log for a concurrent request. SELECT fcpp.concurrent_request_id req_id, fcp.node_name, fcp.lo...
No comments:
Post a Comment