• 053-006


    6.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.
    Answer: D

    解析:

    Stored scripts are either global or local. It is possible for global scripts, but not local scripts, to have name conflicts during import because the destination schema already contains the script name. In this case, RMAN renames the global script name to COPY OF script_name. For example, RMAN renames bp_cmd to COPY OF bp_cmd.

    http://docs.oracle.com/cd/B28359_01/backup.111/b28273/rcmsynta026.htm#RCMRF198

  • 相关阅读:
    PAT B1027 打印沙漏 (20 分)
    PAT B1025 反转链表 (25 分)
    PAT B1022 D进制的A+B (20 分)
    PAT B1018 锤子剪刀布 (20 分)
    PAT B1017 A除以B (20 分)
    PAT B1015 德才论 (25 分)
    PAT B1013 数素数 (20 分)
    PAT B1010 一元多项式求导 (25 分)
    HDU 1405 The Last Practice
    HDU 1165 Eddy's research II
  • 原文地址:https://www.cnblogs.com/bowshy/p/3672289.html
Copyright © 2020-2023  润新知