What does RMAN do and doesn't?
As per Oracle 19c release updates, The RMAN backup command supports taking backups of the following,
1. Data files and Control files.
2. Server parameter file.
3. Archived redo log files.
4. RMAN backups.
RMAN cannot back up network configuration files, password files, and the contents of Oracle Home and some features of Oracle database, such as external tables, that depend upon files apart from the above-mentioned one.
Comments