码迷,mamicode.com
首页 > 其他好文 > 详细

053-6

时间:2017-12-19 00:55:00      阅读:107      评论:0      收藏:0      [点我收藏+]

标签:his   兼容   版本   nts   recover   connect   pts   style   port   

You are working on a CATDB database that contains an Oracle Database version 11.1 catalog schema owned by the user RCO11. The INST1 database contains an Oracle Database version 10.1 catalog schema owned by the user RCAT10.
You want the RMAN to import metadata for database IDs 1423241 and 1423242, registered in RCAT10,
into the recovery catalog owned by RCO11. You also want to deregister them from the catalog after import.
You executed the following commands to achieve this:
RMAN> CONNECT CATALOG rco11/password@catdb
RMAN> IMPORT CATALOG rcat10/oracle@inst1 DBID=1423241,1423242;
What happens if the RCO11 catalog has scripts with the same name as that of the scripts in RCAT10
catalog?
A. The scripts in the RCO11 catalog are overwritten.
B. RMAN renames the local stored scripts in the RCO11 catalog.
C. The RMAN session in which the command is executed aborts.
D. RMAN renames the global scripts that are imported from the RCAT10 catalog

使用catalog是向下兼容,O10版本的可以连接O11操作,反之则不行。

053-6

标签:his   兼容   版本   nts   recover   connect   pts   style   port   

原文地址:http://www.cnblogs.com/Babylon/p/8058747.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!