Oracle
1Z0-067 · Question #87
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 in. https://docs.oracle.com/cd/B12037_01/server.101/b10770/rcmsynta4.htm
New Features for Availability
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 bothDC1and 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 in
- DThe new channel, chi, is ignored because a channel has been configured already.
How the community answered
(42 responses)- A10% (4)
- B7% (3)
- C81% (34)
- D2% (1)
Explanation
https://docs.oracle.com/cd/B12037_01/server.101/b10770/rcmsynta4.htm
Topics
#RMAN channels#persistent channel configuration#channel override#backup scripts
Community Discussion
No community discussion yet for this question.