You have configured RMAN SBT channels to write backups to media.You then take an RMAN backup by using this command:
RMAN > BACKUP AS COMPRESSED BACKUPSET
DATABASE
KEEP UNTIL TIME ‘SYSDATE+730’
RESTORE POINT ‘OLD_CONFIGURATION’;
Which three are true?