Multiple choice technology databases

Which file is not supported with RMANBACKUP command?

  1. data file

  2. password file

  3. archivelog file

  4. temporary file

  5. online redo log file

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

RMAN BACKUP command cannot back up online redo log files. RMAN supports backing up datafiles, control files, parameter files (spfile), archivelog files, and even backup sets themselves, but online redo logs are explicitly excluded. This is by design - redo logs are managed through the log switch/archive mechanism, not RMAN backups. Attempting to back them up with RMAN will fail.