Oracle Scheduler external remote database job.
Hello
I am planing to execute RMAN backup script through oracle scheduler remote external database job .
I have 4 databases each database having different ORACLE_HOME.
In 12c Oracle scheduler document Job can be run on current ORACLE_HOME.
""
- '
BACKUP_SCRIPT
'This specifies that the job is an RMAN backup script.The script runs a connect statement that uses either a password or OS authentication before it executes any target commands. The job points to a credential that contains a valid operating system username and password. The RMAN session runs under this operating system user.The Scheduler uses the RMAN executable from the current Oracle home to run the script and throws an error if this is missing.