Core Concurrent Processing - EBS (MOSC)

MOSC Banner

How to diagnose the long time running HOST concurrent program?

edited Jun 13, 2014 12:00PM in Core Concurrent Processing - EBS (MOSC) 5 commentsAnswered

Hi Gurus

My customer has one customized HOST concurrent programs runs a long time to completed, and i am asked how to diagnose it.

I have provide him the following SQL for how to check the Oracle Process ID of the program.

SQL> column process heading "FNDLIBR PID"
SELECT a.request_id, d.sid, d.serial# ,d.osuser,d.process , c.SPID
FROM apps.fnd_concurrent_requests a,
apps.fnd_concurrent_processes b,
v$process c,
v$session d
WHERE a.controlling_manager = b.concurrent_process_id
AND c.pid = b.oracle_process_id
AND b.session_id=d.audsid

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center