Re: Reports 2.5 server crashing - Please Help !!!!!

From: <michaelconn_at_my-deja.com>
Date: Thu, 04 Nov 1999 16:39:03 GMT
Message-ID: <7vscr7$vo8$1_at_nnrp1.deja.com>


Sorry I should have sent you this the first time. This is directly from the Oracle developer support site:

To shutdown the reports server programmatically:

For example:

    Add_Parameter(pl_id, 'ORACLE_SHUTDOWN', TEXT_PARAMETER, 'Yes' );     Run_Product(REPORTS, 'repname', SYNCHRONOUS, RUNTIME, FILESYSTEM,     pl_id);

    NOTE: The argument 'Yes' is case sensitive and must be upper case

           'Y' followed by lower case 'es'.

    NOTE: The Oracle_Shutdown parameter must be passed as the FIRST

           parameter in the list.

After the report is finished, the report server will terminate.

   NOTE: ORACLE_SHUTDOWN is an undocumented, but supported parameter.

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Thu Nov 04 1999 - 17:39:03 CET

Original text of this message