You can use this RMAN script to create a backup of an Oracle database and save it to a specified destination.
It is important that the BACKUP_BASE_PATH exists and the ORACLE_SID is replaced in the script.
The script will create a folder inside of BACKUP_BASE_PATH with the ORACLE_SID.
Continue reading “RMAN Script to Take Full Database Backup Plus Archivelog”