nerdexam
Oracle

1Z0-063 · Question #55

Examine the following set of RMAN commands: RKAN> CONFIGURE CHANNEL del DEVICE TYPE DISK FORMAT ' /u02/backup/%U' ; RKAN> RUN { ALLOCATE CHANNEL chl DEVICE TYPE DISK; EXECUTE SCRIPT arc_backup; }…

The correct answer is C. The persistent configuration parameter, DC1, is overridden because a new channel is allocated. See the full explanation below for the reasoning.

Question

Examine the following set of RMAN commands: RKAN> CONFIGURE CHANNEL del DEVICE TYPE DISK FORMAT ' /u02/backup/%U' ; RKAN> RUN { ALLOCATE CHANNEL chl DEVICE TYPE DISK; EXECUTE SCRIPT arc_backup; } Which statement is true about the RMAN run block execution?

Options

  • AThe script is executed and both DC1 and chi channels are used for script execution.
  • BThe execution of the script fails because multiple channels cannot exist simultaneously.
  • CThe persistent configuration parameter, DC1, is overridden because a new channel is allocated
  • DThe new channel, chi, is ignored because a channel has been configured already.

How the community answered

(54 responses)
  • A
    4% (2)
  • B
    6% (3)
  • C
    78% (42)
  • D
    13% (7)

Community Discussion

No community discussion yet for this question.

Full 1Z0-063 Practice