ABORTΒΆ
Aborts a patch, which is not applied yet, the patch and all its objects will be set to status ABORTED. Aborted patches will be cleaned up by the housekeeping job.
Parameter Name |
Required |
Description |
---|---|---|
p_patch_id |
yes |
Id of an open patch |
Example
EXECUTE SCRIPT api_redpat.abort
( 'XXX' -- p_patch_id
);