DELETE_SBT_LIBRARY
This procedure deletes the metadata describing the specified SBT library.
The Recovery Appliance only removes the SBT library object, and does not uninstall the media management software.
This procedure deletes any SBT jobs and attributes created for this SBT library.
Syntax
PROCEDURE delete_sbt_library ( lib_name IN VARCHAR2, comments IN VARCHAR2 DEFAULT NULL);
Parameters
Table 22-24 DELETE_SBT_LIBRARY Parameters
Parameter | Description |
---|---|
|
The name of the SBT library to delete. |
|
Optional user supplied comment describing reason for executing this command. |