===== orarman ===== This script does an online backup of an oracle database instance by using the RMAN utility. This script runs the RMAN against an Oracle database and performs a full backup. It saves the backup to files in a directory, which is specified in a configuration file or to the fast recovery area. {| ! message | If the script runs fine, it returns 'OK', else an error message. You should generate a notification for any other value. |- ! runtime | The runtime of the script. |- ! start-stop | The start and stop timestamps for the script. |- ! script name, version | The name and version of this script. |- ! modules | The used modules (.pm). |- ! RMAN command file | Keeps the commands executed by the script. |- ! RMAN log file | Keeps the log file of the execution of the RMAN commands. |} -----