Oracle
1Z0-034 · Question #82
Examine the following RMAN script: RMAN> run { debug on; allocate channel c1 type disk; backup datafile 5; } Which statement describes the purpose of the script?
The correct answer is D. The backup of data file 5 is performed and all SQL statements that are executed during RMAN. See the full explanation below for the reasoning.
Question
Examine the following RMAN script:
RMAN> run { debug on; allocate channel c1 type disk; backup datafile 5; } Which statement describes the purpose of the script?
Options
- AThe data file is checked for physical corruption and backed up if found clean.
- BThe backup of data file 5 is performed and the interactive messages during the backup are
- CThe existing backup for the data file is checked and the backup is performed if there are changes
- DThe backup of data file 5 is performed and all SQL statements that are executed during RMAN
How the community answered
(27 responses)- A4% (1)
- B11% (3)
- C4% (1)
- D81% (22)
Community Discussion
No community discussion yet for this question.