Page 1 of 1

Examine the following set of RMAN commands:RMAN> CONFIGURE CHANNELdelDEVICETYPEDISK FORMAT '/u02/backup/%U*;RKAN>RUN -AL

Posted: Wed Jun 07, 2023 6:11 am
by answerhappygod
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?

A. The execution of the script fails because multiple channels cannot coexist.
B. The script is executed and both the channels are used for the script execution.
C. The new channel, CH1, is ignored because a channel has been configured already.
D. The persistent configuration parameter DC1 is overridden because a new channel is allocated in the RMAN run block.