Processing Settings
To specify processing settings:
- At the Database Processing step of the wizard, select the object in the Credentials list and click Edit.
- In the Processing settings window, select the preferred authentication mode from the Select authentication mode list:
- Operating system authentication
With this authentication method, Veeam Backup & Replication uses the OS user credentials to connect to the Oracle server. Then, Veeam Plug-in starts Oracle Recovery Manager (RMAN) using the OS user credentials. After that, RMAN uses the OS user credentials to connect to the Oracle database.
To set the operating system authentication, from the Specify OS user credentials with SYSDBA privileges list, select an OS user account with SYSDBA permissions on the database. The OS user account must be a user on the Oracle server with the required permissions to run RMAN.
If you have not set up credentials beforehand, click the Manage accounts link or click Add on the right to add credentials. For more information, see the Credentials Manager section in the Veeam Backup & Replication User Guide.
Note |
Make sure the specified OS user account has the required permissions. |
- Database authentication
With this authentication method, Veeam Backup & Replication uses the OS user credentials to connect to the Oracle server. Then, Veeam Plug-in starts RMAN using the OS user credentials. After that, RMAN uses the database user credentials to connect to the Oracle database. This process ensures that the database access is separate from the OS user access rights.
To set the database authentication, do the following:
- From the Specify OS user credentials to connect to the server list, select an OS user account that Veeam Plug-in will use to connect to the Oracle server. The OS user account must be a user on the Oracle server with the required permissions to run RMAN.
- From the Specify database user credentials list, select a database user account. The database user account must have the SYSBACKUP permission on the database. To learn more about Oracle permissions, see this Oracle article.
If you have not set up credentials beforehand, click the Manage accounts link or click Add on the right to add credentials. For more information, see the Credentials Manager section in the Veeam Backup & Replication User Guide.
- In the Archived logs section, specify if Veeam Plug-in must delete archived logs for the Oracle database:
- Select Do not delete archived redo logs if you want Veeam Plug-in to preserve archived logs. When the backup job completes, Veeam Plug-in will not delete archived logs.
Keep in mind that with the ARCHIVELOG mode turned on, archived logs may grow large and consume all disk space. In this case, the database administrator must take care of archived logs him-/herself.
- Select Delete archived redo logs that were backed up if you want Veeam Plug-in back up logs and delete logs from the database after the backup operation. Veeam Plug-in will wait for the backup job to complete successfully and then trigger archived logs truncation using Oracle Call Interface (OCI). If the backup job fails, the logs will remain untouched until the next successful backup job session.
In the Backup archived redo logs every <N> minutes field, specify the frequency for archived logs backup. By default, archived logs are backed up every 15 minutes. The minimum log backup interval is 1 minute. The maximum log backup interval is 480 minutes.
- In the Parallel processing section, specify the number of data channels that Veeam Plug-in will use in parallel to back up logs.