nerdexam
Oracle

1Z0-067 · Question #12

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

(27 responses)
  • A
    15% (4)
  • B
    4% (1)
  • C
    7% (2)
  • D
    74% (20)

Community Discussion

No community discussion yet for this question.

Full 1Z0-067 Practice