zoukankan      html  css  js  c++  java
  • 053-672

    You are in the process of creating a Virtual Private Catalog (VPC) in your Oracle Database 11g database. The Prod1, Prod2 and Prod3 Oracle Database 10g databases are registered in the recovery catalog. The database user who owns the base recovery catalog is CATOWNER. CATOWNER executes the following command to grant privileges to a new user VPC1 using Oracle Database 11g RMAN executables:
    RMAN> GRANT CATALOG FOR DATABASE prod 1 prod 2 TO vpc1;
    Then you issue the following commands;
    RMAN > CONNECT CATALOG vpc1/oracle@catdb;
    RMAN> SQL XEC catowner.dbms_rcvcat.create virtual_catalog;
    What is the outcome of the above commands?
    A. They execute and a create a virtual private catalog for pre-Oracle 11g clients
    B. They produce an error because PROD1 and PROD 2 databases belong to the older version
    C. They produce an error because you must connect as CATOWNER to execute this packaged procedure
    D. They produce an error because you must connect to the target database to execute this packaged procedure

  • 相关阅读:
    sqli-labs(十七)
    sqli-labs(十六)(order by注入)
    sqli-labs(十五)(堆叠注入)
    spring boot热部署
    java之定时任务
    python之字符串函数
    java加载配置文件信息
    python之运算符与基本数据类型
    python基础
    python介绍
  • 原文地址:https://www.cnblogs.com/Babylon/p/7839206.html
Copyright © 2011-2022 走看看