zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-V12.02-603题

    603.While performing a regular check on your recovery catalog you realized that the catalog database is

    running out of space and you do not have options to increase the space. However, you have another

    database where more space is available and you want to move your existing recovery catalog to this

    database.

    The options that can be considered while moving the recovery catalog are as follows:

    1. Using one of the Oracle expdp utilities to export the catalog data

    2. Creating a recovery catalog user and granting the necessary privileges in the other database

    3. Creating the recovery catalog using the CREATE CATALOG command

    4. Using the corresponding impdp utility to import the catalog data into the other database

    5. Registering the target database in the new catalog database using the REGISTER DATABASE

    command Identify the option with the correct sequence for moving the recovery catalog.

    A. 2, 3, 5

    B. 1, 2, 4

    C. 1, 2, 4, 5

    D. 1, 2, 3, 4, 5

    Answer: B

    答案解析:

    参考:http://blog.csdn.net/rlhua/article/details/13169205


    使用导出和导入实用程序或数据泵实用程序可执行以下操作:
    • 将恢复目录从一个数据库移至另一个数据库
    • 创建RMAN 恢复目录的逻辑备份

    可以使用导出和导入功能将恢复目录从一个数据库移至另一个数据库。
    还可以创建恢复目录的导出文件作为逻辑备份
    要从一个数据库中导出恢复目录然后将其导入到另一个数据库中,请执行以下步骤:
    1. 使用Oracle 导出实用程序之一从数据库中导出目录数据。
    2. 在导出到的数据库上创建一个恢复目录用户,然后授予该用户必要的权限。
    3. 使用对应的导入实用程序将目录数据导入到在步骤2 中创建的方案。
    请勿在将目录导入到数据库之前或之后执行CREATE CATALOG命令。导入操作会在第二个数据库中创建目录。
    注:通过使用导出和导入或数据泵,同时使用逻辑方法,可以备份恢复目录,并将其作为可移动表空间移动至其它数据库。



  • 相关阅读:
    账户余额查询SQL(分类帐)
    基本值集定义
    EBS 各模块数据传送至总帐 需要运行的请求
    OU、库存组织与子库存
    AP 付款凭证
    WIP 完工入库单
    R12客户表结构分析
    ORACEL R12 总账和子账的关系
    JavaScript(转)
    ftp服务自动上传6410版子上的开发环境的设置
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316727.html
Copyright © 2011-2022 走看看