PAUSE_SBT_LIBRARY
This procedure pauses the specified SBT library. The Recovery Appliance allows in-progress
copies of backup pieces to complete. However, if backup pieces were
queued for copy through this SBT library but not yet copied, then the Recovery Appliance
holds them until you resume the SBT library. No new SBT jobs that run
against this library can execute until you resume the library (
).
RESUME_SBT_LIBRARY
Query the RA_SBT_LIBRARY
view for a list of existing SBT libraries.
Syntax
PROCEDURE pause_sbt_library( lib_name IN VARCHAR2, comments IN VARCHAR2 DEFAULT NULL);
Parameters
Table 22-36 PAUSE_SBT_LIBRARY Parameters
Parameter | Description |
---|---|
|
Name of the SBT library to pause. |
|
Optional user supplied comment describing reason for executing this command. |