Run the Oracle rman-daily script
The rman-daily script can be run manually or on a scheduled basis
by using standard operating system scheduler functions (such as cron).
After
you configure the database for online backup, you can run the rman-daily script
to perform online backups.
Run the following command:
- Windows
-
rman-daily.cmd <tns_name_alias> SYS "<sysdba_password>" - Linux®
-
rman-daily.sh <tns_name_alias> SYS '<sysdba_password>'
Where:
<tns_name_alias> is the TNS alias of the IBM OpenPages® database instance as it is known on the
network. If necessary, you can retrieve this alias from the tnsnames.ora file.
<sysdba_password> is the Oracle
SYS account password.
Linux example
rman-daily.sh op SYS 'password'