This topic describes how to cancel an ongoing backup clearing task.
Cancel manual backup clearing
Run the following command:
obclient> ALTER SYSTEM CANCEL DELETE BACKUP;
Cancel automatic backup clearing
Before you cancel an automatic backup clearing task, disable automatic backup clearing so that the task will not be scheduled again.
Run the following command to disable automatic backup clearing:
obclient> ALTER SYSTEM SET auto_delete_expired_backup = 'False';Run the following command to cancel the task:
obclient> ALTER SYSTEM CANCEL DELETE BACKUP;