SHUTDOWN_RECOVERY_APPLIANCE

This procedure performs a clean shutdown of the Recovery Appliance.

This procedure permits in-progress operations to complete before shutting down. The shutdown can take some time to complete. The wait for operations to complete can be constrained by specifying the timeout parameter.

If an immediate shutdown is required, then use ABORT_RECOVERY_APPLIANCE.

Syntax


PROCEDURE shutdown_recovery_appliance(
  timeout IN DSINTERVAL_UNCONSTRAINED DEFAULT NULL,
  comments IN VARCHAR2 DEFAULT NULL);

Parameters

Table 24-49 SHUTDOWN_RECOVERY_APPLIANCE Parameters

Parameter Description

timeout

Maximum time interval allowed for the orderly shutdown before the operations becomes an ABORT_RECOVERY_APPLIANCE

comments

Optional user supplied comment describing reason for executing this command.