How to find report output file name against auto generated jobid
When I generate report by using form through web.show_document, a new
JOBID
is generated against each execution of report which is sequential and corresponding report output file name is generated in random manor. Location of report output file is
<ORACLE_HOME>\REPORTS\CACHE
.
I just only need to know about how to find the report output file name against JOBID because when we execute report and change the generated JOBID no. from previous one, previous report output file is displayed. This shows that a relationship between JOBID and FILENAME is exist.
Following is the e.g. which shows the behavior of report server:
I just only need to know about how to find the report output file name against JOBID because when we execute report and change the generated JOBID no. from previous one, previous report output file is displayed. This shows that a relationship between JOBID and FILENAME is exist.
Following is the e.g. which shows the behavior of report server:
0