-
Is there a way to ensure the reprts server 2.5 closes after each report is run rather than remain open for the session. This can be in any environment. There is possibly some parameter settings, does anyone know how to set these?
-
Add parameter ORACLE_SHUTDOWN = 'Yes' as first parameter to parameter list with the RUN_PRODUCT procedure:
ADD_PARAMETER(pl_id, 'ORACLE_SHUTDOWN', TEXT_PARAMETER, 'Yes' );
RUN_PRODUCT(REPORTS, 'your_report', SYNCHRONOUS, RUNTIME, FILESYSTEM, pl_id);
-
close report background engine after complete report
is there any way to close report background engine after complete report in report 6i
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|