Oracle Database Administration II — Question 124
Which three are true about interpreting Recovery Manager (RMAN) error stacks returned to standard output? (Choose three.)
Answer options
- A. Some messages in the error stack are not errors.
- B. If an RMAN command fails, the output will only identify the command that failed.
- C. If an RMAN command fails, the output will identify the channel ID where the failure occurred.
- D. Media Management errors appear as a line with ג€sbtioג€ and a number.
- E. Media Management errors appear as a line with ג€sbtioג€.
- F. Media Management errors appear as a line with ג€Additional informationג€ and a number.
Correct answer: A, C, F
Explanation
Option A is correct because some messages in the RMAN error stack may provide information rather than indicating an error. Option C is also correct since the output will specify the channel ID where the failure took place. Lastly, option F is correct as Media Management errors indeed appear with 'Additional information' and a number. Options B and D are incorrect; B misrepresents the output details, while D is inaccurate regarding how Media Management errors are formatted.