Disabling Oracle Processing Settings
To disable Oracle database processing settings defined for the backup job, use the following command
veeamconfig aap disable oracle --jobid <job_id> |
or
veeamconfig aap disable oracle --jobname <job_name> |
where:
- <job_id> — ID of the backup job for which you want to disable Oracle processing settings.
- <job_name> — name of the backup job for which you want to disable Oracle processing settings.
For example:
user@srv01:~$ veeamconfig aap disable oracle --jobid 29bc2e1a-e35c-4efb-8d37-b7177b8ea759 |