Backup and Restore Oracle DataBase using RMAN


General information


Creating backups using Recovery Manager (RMAN)


Checks using RMAN (Recovery Manager)


Restoring from backups using RMAN (Recovery Manager)


Deleting RMAN (Recovery Manager) objects


Example with incarnations


RMAN Catalog (I haven’t found a practical use for it yet)


Creating a database copy using RMAN


Connecting in a bash script

// How to log into rman in a bash script, for example, with password !!PASSword!!
// Put the entire connection string in single quotes, password in double quotes
rman target 'sys/"!!PASSword!!"@MYBASE'


“Trendiest” RMAN script for creating Oracle backups. Sends telegram notifications about backup errors

https://github.com/wildmakaka/oracle-rman-with-telegram-notifications