Multiple choice technology databases Which two statements about recovery manager (RMAN) backup are true? Online redo log files can be backed up. RMAN backup can be taken only if the database is configured in ARCHIEVELOG mode. Only used data blocks can be backed up as backup sets. Archived redo log files are backed up. Only consistent database backed up can be performed. Reveal answer Fill a bubble to check yourself C,D Correct answer Explanation RMAN backup sets only include used data blocks, skipping unused blocks to save space. Additionally, archived redo log files can be backed up using RMAN, whereas online redo logs cannot be backed up directly.