RA_SBT_LIBRARY
This view lists the defined SBT libraries.
| Column | Data Type | NULL | Description |
|---|---|---|---|
LIB_KEY |
NUMBER |
NOT NULL |
The key of this SBT library in the Recovery Appliance metadata database. |
LIB_NAME |
VARCHAR2(128) |
NOT NULL |
The SBT library name. |
DRIVES |
NUMBER |
NOT NULL |
The number of drives available for use by this SBT library. |
RESTORE_DRIVES |
NUMBER |
NOT NULL |
The number of drives reserved for restore operations. |
PARMS |
VARCHAR2(1024) |
The SBT parameters passed while allocating an RMAN channel. | |
SEND |
VARCHAR2(1024) |
The SEND command string passed to the allocated channel. |
|
REQUIRES_ENCRYPTION |
VARCHAR2(3) |
NOT NULL |
This library requires backups to be sent out encrypted. |
STATUS |
VARCHAR2(5) |
The SBT library status: READY, PAUSE, ERROR, or null. |
|
LIBTYPE |
VARCHAR2(11) |
Specifies the type of the library. Values are: CLOUD, TAPE, and REPLICATION |
|
GUARANTEED |
VARCHAR2(3) |
NOT NULL |
|
IMMUTABLE |
VARCHAR2(3) |
NOT NULL |
|
LAST_ERROR_TEXT |
VARCHAR2(4000) |
The most recent error text of the task that failed. |