您的位置:首页 > 其它

183 Examine the following command that is used to duplicate a database on the same host: RMAN> RUN {

2015-12-10 21:06 471 查看
183

Examine the following command that is used to duplicate a database on the same host:

RMAN> RUN

{

ALLOCATE AUXILIARY CHANNEL, aux 1 DEVICE TYPE DISK;

DUPLICATE TARGET DATABASE TO auxdb SKIP READONLY; }

Which two statements describe the effect after the database is duplicated successfully? (Choose two)

A. The data files of the read-only tablespaces in the target database are not duplicated

B. The read-only tablespaces in the target database are still defined in new the database

C. The read-only tablespaces in the target database are changed to online after duplication

D. The data files of the read-only tablespaces in the target database get duplicated

E. The read-only tablespaces in the target database are not defined in the new database

Correct Answer: AB
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: