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 22-45 RESUME_SBT_LIBRARY Parameters
Parameter | Description |
---|---|
|
Name of the SBT library to resume. |
|
Optional user supplied comment describing reason for executing this command. |