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)
install react native problem using npm
install React Native fist install Node.js https://nodejs.org/en/download/ 2- install react native using npm https://faceb...
Fix Output Post-processor issues
Fix Output Post-processor issues select DEVELOPER_PARAMETERS from FND_CP_SERVICES where SERVICE_ID = (select MANAGER_TYPE from FND_CON...
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...
No comments:
Post a Comment