RESTARTΒΆ
Restarts a patch to change its definition, patch can only be restarted while patch status is not PREPARED. All objects and the patch astatus are set back to ADDED (for objects) and STERTED (for the patch)
Parameter Name |
Required |
Description |
---|---|---|
p_patch_id |
yes |
Id of the patch |
Example
EXECUTE SCRIPT api_redpat.restart
( 'XXX' -- p_patch_id
);