PREPAREΒΆ
Prepares a patch, preparing patching environment, creating patch objects, granting privileges. The preparation is executed as a watcher parallelizes all object creations for the patch. If all objects are created the status of the patch and its objects are set to PREPARED.
Parameter Name |
Required |
Description |
---|---|---|
p_patch_id |
yes |
Id of the patch |
Example
EXECUTE SCRIPT api_redpat.prepare
( 'XXX' -- p_patch_id
)