Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reports Background Engine

Status
Not open for further replies.

kriss

Programmer
Oct 24, 2001
36
KE
Hi there,
Tell how would I shut down the Reports Background Engine
at runtime ,programatically ??

Kriss
 
You can try to use this solution:

Pass the ORACLE_SHUTDOWN = 'Yes' parameter to Oracle Reports in a parameter list with the RUN_PRODUCT command.

Add_Parameter(pl_id, 'ORACLE_SHUTDOWN', TEXT_PARAMETER, 'Yes' );

The Oracle_Shutdown parameter must be passed as the FIRST parameter in the list.
ORACLE_SHUTDOWN is an undocumented, but supported parameter.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top