Viewing Oracle Processing Settings
To view Oracle database processing settings defined for the backup job, use the following command:
veeamconfig aap show --jobid <job_id> |
or
veeamconfig aap show --jobname <job_name> |
where:
- <job_id> — ID of the backup job for which you want to view Oracle processing settings.
- <job_name> — name of the backup job for which you want to view Oracle processing settings.
Veeam Agent for Linux displays the following information about Oracle processing settings:
Parameter | Description |
Oracle processing | Oracle processing settings status. Possible values:
|
Account used for processing | User account used to connect to the Oracle database. |
Deleted Retention | The number of days to keep the backup created with the backup job in the target location. This value is provided with the --deleteold option of the veeamconfig job create command. To learn more, see Advanced Backup Job Settings. |
Delete logs over <N> Gb | Veeam Agent for Linux displays this information if Veeam Agent is set to delete archived logs that are larger than <N> GB. |
Delete logs older <N> Hr | Veeam Agent for Linux displays this information if Veeam Agent is set to delete archived logs that are older than <N> hours. |
For example:
user@srv01:~$ veeamconfig aap show --jobId 29bc2e1a-e35c-4efb-8d37-b7177b8ea75 |