nerdexam
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)
  • A
    7% (3)
  • B
    11% (5)
  • C
    2% (1)
  • D
    80% (37)

Community Discussion

No community discussion yet for this question.

Full 1Z0-034 Practice