Oracle
1Z0-034 · Question #7
Examine the following set of RMAN commands: RMAN> CONFIGURE CHANNELdelDEVICETYPEDISK FORMAT '/u02/backup/%U*; RKAN>RUN { ALLOCATECHANNELchlDEVICETYPEDISK; EXECUTESCRIPTfull_backup; } Which statement…
The correct answer is D. The persistent configuration parameter DC1 is overridden because a new channel is allocated in. See the full explanation below for the reasoning.
Question
Examine the following set of RMAN commands:
RMAN> CONFIGURE CHANNELdelDEVICETYPEDISK FORMAT '/u02/backup/%U*; RKAN>RUN { ALLOCATECHANNELchlDEVICETYPEDISK; EXECUTESCRIPTfull_backup; } Which statement is true when the RMAN run block is executed?
Options
- AThe execution of the script fails because multiple channels cannot coexist.
- BThe script is executed and both the channels are used for the script execution.
- CThe new channel, CH1, is ignored because a channel has been configured already.
- DThe persistent configuration parameter DC1 is overridden because a new channel is allocated in
How the community answered
(46 responses)- A7% (3)
- B11% (5)
- C2% (1)
- D80% (37)
Community Discussion
No community discussion yet for this question.