zoukankan      html  css  js  c++  java
  • 053(五十一)

    251、

    251.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 executed the following RMAN commands:
    RMAN> CONNECT CATALOG rco11/password@catdb
    RMAN> IMPORT CATALOG rcat10/oracle@inst1;
    What happens when you execute the above commands? (Choose all that apply.)
    A. They deregister all databases registered in the RCAT10 catalog.
    B. They import metadata for all registered databases in the RCAT10 database.
    C. They register all the RCAT10-catalog registered databases in the RCO11 catalog.
    D. They overwrite all stored scripts in the RCO11 catalog with the same name as that in the RCAT10 catalog.

    252、

    252.Which three are the valid statements in relation to SQL plan baselines? (Choose three.)
    A. The plans can be manually loaded to the SQL plan baseline.
    B. The plans in the SQL plan baseline are verified and accepted plans.
    C. The plans generated for every SQL statement are stored in the SQL plan baseline by default.
    D. The plan baselines are stored temporarily in the memory as long as the database instance is running.
    E. For the SQL plan baselines to be accessible to the optimizer, the SYSAUX tablespace must be online. 

    253、

    253.You run the SQL Tuning Advisor (STA) to tune a SQL statement that is part of a fixed SQL plan baseline. 
    The STA generates a SQL profile for the SQL statement, which recommends that you accept the profile. 
    Which statement is true when you accept the suggested SQL profile?
    A. The tuned plan is not added to the SQL plan baseline.
    B. The tuned plan is added to the fixed SQL plan baseline as a fixed plan.
    C. The tuned plan is added to the fixed SQL plan baseline as a nonfixed plan.
    D. The tuned plan is added to a new nonfixed SQL plan baseline as a nonfixed plan.

    254、

    254.Which three statements correctly describe the features of the I/O calibration process? (Choose three.)
    A. Only one I/O calibration process can run at a time.
    B. It automates the resource allocation for the Automated Maintenance Tasks.
    C. It improves the performance of the performance-critical sessions while running.
    D. It can be used to estimate the maximum number of I/Os and maximum latency time for the system.
    E. The latency time is computed only when the TIMED_STATISTICS initialization parameter is set to TRUE. 

    255、

    255.Which two statements about the SQL Management Base (SMB) are true? (Choose two.)
    A. It contains only SQL profiles generated by SQL Tuning Advisor.
    B. It stores plans generated by the optimizer using a stored outline.
    C. It is part of the data dictionary and stored in the SYSAUX tablespace.
    D. It is part of the data dictionary and stored in the SYSTEM tablespace.
    E. It contains the statement log, the plan history, plan baselines, and SQL profiles.
  • 相关阅读:
    Python 3学习 ——目录 Json Pickle
    Python 3 学习——函数扩展and迭代器生成器装饰器
    Python 3 学习——深浅拷贝以及函数
    Python 3 学习的第七小节——Linux-Ubuntu
    Python 3 —— 文件操作
    Python 3 学习的第五小节——字符编码与三级菜单实践
    关于PHP代码复用‘traits’的一段代码
    一个将对象彻底冻结的函数
    详解vue-cli脚手架项目-package.json
    关于element-ui日期选择器disabledDate使用心得
  • 原文地址:https://www.cnblogs.com/huanhuanang/p/5442625.html
Copyright © 2011-2022 走看看