Jan 22, 2002 #1 kriss Programmer Oct 24, 2001 36 KE Hi there, Tell how would I shut down the Reports Background Engine at runtime ,programatically ?? Kriss
Hi there, Tell how would I shut down the Reports Background Engine at runtime ,programatically ?? Kriss
Feb 3, 2002 #2 Hehenka Programmer Jan 30, 2002 59 SK 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. Upvote 0 Downvote
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.