ora-semsem
Tuesday, July 31, 2018
R12 Finding SID of a Concurrent Request
Finding SID of a Concurrent Request
select b.sid, oracle_session_id, oracle_process_id, os_process_id
from fnd_concurrent_requests a ,
v$session b
where a.request_id=&request_id and
a.ORACLE_SESSION_ID = b.AUDSID
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Installing Oracle 11g on RHEL 7
#Quick Installation Guide DB 11g Release 2 (11.2) for Linux x86-64 Red Hat Enterprise Linux 7 https://docs.oracle.com/cd/E11882_01/inst...
Oracle® Fusion Middleware System Requirements and Specifications Red Hat Linux 7
#Oracle® Fusion Middleware System Requirements and Specifications https://docs.oracle.com/en/middleware/lifecycle/12.2.1.3/sysrs/uni...
Oracle Dataguard Monitor
# dataguard monitor # DR notification SELECT MAX(SEQUENCE#) FROM V$ARCHIVED_LOG WHERE COMPLETION_TIME >= (SYSDATE - 1) GROUP BY TH...
No comments:
Post a Comment