Infolinks

Wednesday 10 February 2016

Query for get the Concurrent Program Trace file Path location based on request id

SELECT
    req.request_id
    ,req.logfile_node_name node
    ,req.oracle_Process_id
    ,req.enable_trace
    ,dest.VALUE||'/'||LOWER(dbnm.VALUE)||'_ora_'||oracle_process_id||'.trc' trace_filename
    ,prog.user_concurrent_program_name
    ,execname.execution_file_name
    ,execname.subroutine_name
    ,phase_code
    ,status_code
    ,ses.SID
    ,ses.serial#
    ,ses.module
    ,ses.machine
    FROM
    fnd_concurrent_requests req
    ,v$session ses
    ,v$process proc
    ,v$parameter dest
    ,v$parameter dbnm
    ,fnd_concurrent_programs_vl prog
    ,fnd_executables execname
    WHERE 1=1
    AND req.request_id = &request --Request ID
    AND req.oracle_process_id=proc.spid(+)
    AND proc.addr = ses.paddr(+)
    AND dest.NAME='user_dump_dest'
    AND dbnm.NAME='db_name'
    AND req.concurrent_program_id = prog.concurrent_program_id
    AND req.program_application_id = prog.application_id
    AND prog.application_id = execname.application_id
    AND prog.executable_id=execname.executable_id

4 comments:

  1. The blog posted was very informative and useful thanks for sharing this site. If you are looking for best Oracle fusion online training.
    we provide low price of fee for on-line coaching.
    Oracle fusion financials training

    ReplyDelete
  2. Usually, I never comment on blogs but your article was so convincing that I never stop myself from saying something about it. You’re doing a great job thank you.
    Oracle Fusion HCM Technical Online Training

    ReplyDelete
  3. Looking forward to reading more. Great article post. Thanks Again. Fantastic.

    BSc 1st year time table

    ReplyDelete