ocp-470
QUESTION NO: 470
Examine the following set of RMAN commands:
RMAN> CONFIGURE CHANNEL dc1 DEVICE TYPE DISK FORMAT . /u02 /backup/ %U’ ,”
RMAN> RUN
(
ALLOCATE CHANNEL Chi DEVICE TYPE DISK;
EXECUTE SCRIPT full_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, CHI, is Ignored because a channel has been configured already.
D. ration parameter DC1 is overridden because a new channel is allocated in RMAN RUN block.
Answer: D
检查下面一组RMAN命令:
D.定量参数DC1被覆盖,因为一个新的通道被分配到RMAN运行块。
总结
- 上一篇: 转!!ftp的主动模式(port)与被动
- 下一篇: 017-通过govendor管理依赖包