Oracle Database Administration II — Question 17
You issued this command:
RMAN> BACKUP RECOVERY FILES;
Which two are true? (Choose two.)
Answer options
- A. All Oracle recovery files not in the current FRA that have not been backed up already, are backed up.
- B. All non-Oracle files in the current FRA that have not been backed up already, are backed up.
- C. All Oracle recovery files in the current FRA that have not been backed up already, are backed up.
- D. All Oracle recovery files in the current fast recovery area (FRA) are backed up.
- E. These backups can be written to disk or SBT.
Correct answer: A, C
Explanation
The correct answers are A and C because the BACKUP RECOVERY FILES command specifically targets Oracle recovery files that are either not backed up or located outside the current FRA. The other options incorrectly refer to non-Oracle files or suggest that all files in the FRA are backed up, which is not the case.