Oracle Database Administration II — Question 120
You issued this command:
RMAN> BACKUP RECOVERY AREA FORCE;
Which three are true? (Choose three.)
Answer options
- A. All files in the current FRA that have been backed up already, are backed up.
- B. All Oracle recovery files normally written to the FRA and which have been backed up already to the current FRA, are backed up.
- C. All Oracle recovery files normally written to the FRA and which have been backed up already to in any previous FRA, are backed up.
- D. All Oracle recovery files normally written to the FRA and which have not yet been backed up, are backed up.
- E. All files in any previous FRA that have not yet been backed up, are backed up.
- F. All files in the current fast recovery area (FRA) that have not yet been backed up, are backed up.
- G. All files in any previous FRA that have been backed up already, are backed up.
Correct answer: B, C, D
Explanation
The correct answers are B, C, and D because the command specifically targets recovery files that have been backed up or not backed up in the current and previous FRA. Options A, E, F, and G are incorrect as they either misrepresent the backup process or refer to conditions that do not align with the command's outcome.