RESUME_SBT_LIBRARY
This procedure resumes a paused SBT library.
Query the RA_SBT_LIBRARY to determine which SBT libraries are paused (see PAUSE_SBT_LIBRARY).
Syntax
PROCEDURE resume_sbt_library(
lib_name IN VARCHAR2,
comments IN VARCHAR2 DEFAULT NULL);
Parameters
Table 45 RESUME_SBT_LIBRARY Parameters
| Parameter | Description |
|---|---|
lib_name |
Name of the SBT library to resume. |
comments |
Optional user supplied comment describing reason for executing this command. |