zoukankan      html  css  js  c++  java
  • 053(四十七)

    231、

    231.You upgraded Oracle Database 10g to Oracle Database 11g. How would this affect the existing users' passwords?
    A. All passwords automatically become case-sensitive.
    B. All passwords remain non-case-sensitive till they are changed.
    C. All passwords remain non-case-sensitive and cannot be changed.
    D. All passwords remain non-case-sensitive until their password attribute in the profile is altered.

    232、

    232.What recommendations does the SQL Access Advisor provide for optimizing SQL queries? (Choose all that apply.)
    A. selection of SQL plan baselines
    B. partitioning of tables and indexes
    C. creation of index-organized tables
    D. creation of bitmap, function-based, and B-tree indexes
    E. optimization of materialized views for maximum query usage and fast refresh

    233、

    233.Your system has been upgraded from Oracle Database 10g to Oracle Database 11g. You imported SQL Tuning Sets (STS) from the previous version. 
    After changing the OPTIMIZER_FEATURE_ENABLE parameter to 10.2.0.4 and running the SQL Performance Analyzer, 
    you observed performance regression for a few SQL statements. What would you do with these SQL statements?
    A. Set OPTIMIZER_USE_PLAN_BASELINES to FALSE to prevent the use of regressed plans.
    B. Capture the plans from the previous version using STS and then load them into the stored outline.
    C. Capture the plans from the previous version using STS and then load them into SQL Management Base (SMB). 
    D. Set OPTIMIZER_CAPTURE_SQL_PLAN_BASELINES to FALSE to prevent the plans from being loaded to the SQL plan baseline.

    234、

    234.Which type of backup contains only the blocks that have changed since the last level 0 incremental backup?
    A. a cumulative level 1 backup
    B. a differential level 1 backup
    C. a full backup
    D. a whole backup

    235、

    235.The ORACLE_SID environment variable is set to +ASM. ASMLIB is not used in the configuration. 
    You executed the following command to startup the Automatic Storage Management (ASM) instance.
    SQL> STARTUP;
    Which two activities are performed during a successful start up operation? (Choose two.)
    A. The databases configured to use the ASM instance are mounted
    B. The disk groups are mounted as per the ASM_DISKGROUPS initialization parameter
    C. ASM starts the Oracle Cluster Synchronization Services (CSS) daemon if it is not started
    D. ASM discovers and examines the contents of all files that are in the paths specified in the ASM_DISKGROUPS initialization parameters
  • 相关阅读:
    C# 单元测试
    支持库:DateTime扩展
    根据枚举名称创建枚举
    支持库:String扩展
    数组的几道面试题转
    java推荐书籍及下载
    Python天天美味(总) 转
    python 实现文件的递归拷贝转
    关于python文件操作转
    JDK源码分析收藏地址
  • 原文地址:https://www.cnblogs.com/huanhuanang/p/5429684.html
Copyright © 2011-2022 走看看