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

    261、

    261.In which cases is reference partitioning effective in enhancing performance?
    A. It is effective only in partition pruning.
    B. It is effective only in partitionwise joins provided that the query predicates are different from the partitioning key.
    C. It is effective in both partition pruning as well as partitionwise joins provided that the query predicates are identical to the partitioning key.
    D. It is effective in both partition pruning as well as partitionwise joins irrespective of whether the query predicates are different from or identical to the partitioning key.

    262、

    262.In Oracle 11g, which recommendations does the SQL Access Advisor generate? (Choose all that apply.)
    A. partitioning recommendations 
    B. statistics collection recommendations
    C. index creation recommendations
    D. materialized view recommendations
    E. materialized view log recommendations

    263、

    263.Which statement is true for enabling Enterprise Manager Support Workbench in Oracle Database 11g to upload the physical files generated by Incident Packaging Service (IPS) to MetaLink?
    A. The database must be running in ARCHIVELOG mode.
    B. No special setup is required, and the feature is enabled by default.
    C. The path for the Automatic Diagnostic Repository (ADR) must be configured with the DIAGNOSTIC_DEST initialization parameter.
    D. The Enterprise Manager Support Workbench can be enabled only if the background process manageability monitor (MMON) is configured.
    E. Select the Enable option in the Oracle Configuration Manager Registration window during the installation of the Oracle Database 11g software, provide valid MetaLink credentials and select license agreement.

    264、Using the LIST command in Recovery Manager (RMAN), which two pieces of information in the RMAN repository can be listed? (Choose two.)

    A. stored scripts in the recovery catalog
    B. backups that can be deleted from disk
    C. backup sets and image copies are obsolete
    D. backups that do not have the AVAILABLE status in the RMAN repository

    265、View the Exhibit for the object interdependency diagram.

    The PRODUCTS table is used to create the PRODCAT_VW view. PRODCAT_VW is used in the GET_DATA procedure.
    GET_DATA is called in the CHECK_DATA function. A new column PROD_QTY is added to the PRODUCTS table.
    How does this impact the status of the dependent objects?

    A. All dependent objects remain valid.
    B. Only the procedure and function become invalid and must be recompiled.
    C. Only the view becomes invalid and gets automatically revalidated the next time it is used.
    D. Only the procedure and function become invalid and get automatically revalidated the next time they are called.
  • 相关阅读:
    iOS总结_UI层自我复习总结
    runtime梳理。
    页面传值。顺传,逆传。
    用1 + 2 = 3诠释面向对象思想
    循环逻辑。让我逻辑滞空的小题目
    const,static,extern 简介
    swift webView的高度自适应内容
    Swift之UITabBarController 导航控制器颜色的改变
    swift 启动图片的设置
    swift 中使用OC第三方库(以AFNetworking为例)
  • 原文地址:https://www.cnblogs.com/huanhuanang/p/5445062.html
Copyright © 2011-2022 走看看