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

    206、

    206.Which statements are true regarding the Query Result Cache? (Choose all that apply.)
    A. It can be set at the system, session, or table level.
    B. It is used only across statements in the same session.
    C. It can store the results from normal as well as flashback queries.
    D. It can store the results of queries based on normal, temporary, and dictionary tables.

    207、

    207.You want to analyze a SQL Tuning Set (STS) using SQL Performance Analyzer in a test database. 
    Which two statements are true regarding the activities performed during the test execution of SQLs in a SQL Tuning Set? (Choose two.)
    A. Every SQL statement in the STS is considered only once for execution.
    B. The SQL statements in the STS are executed concurrently to produce the execution plan and execution statistics.
    C. The execution plan and execution statistics are computed for each SQL statement in the STS.
    D. The effects of DDL and DML are considered to produce the execution plan and execution statistics.

    208、

    208.You want to enable resumable space allocation at the instance level. Which two actions would enable resumable space allocation at the instance level? (Choose two.)
    A. issuing the ALTER SYSTEM ENABLE RESUMABLE; statement
    B. issuing the ALTER SESSION ENABLE RESUMABLE; statement
    C. modifying the RESUMABLE_TIMEOUT initialization parameter to a nonzero value
    D. issuing the ALTER SYSTEM SET RESUMABLE_TIMEOUT=<nonzero value>; statement

    209、

    209.You executed the following commands:
    SQL> ALTER SESSION SET OPTIMIZER_USE_PENDING_STATISTICS = false; SQL> EXECUTE 
    DBMS_STATS.SET_TABLE_PREFS('SH', 'CUSTOMERS', 'PUBLISH','false'); SQL> EXECUTE 
    DBMS_STATS.GATHER_TABLE_STATS('SH', 'CUSTOMERS');
    Which statement is correct regarding the above statistics collection on the SH.CUSTOMERS table in the above session?
    A. The statistics are stored in the pending statistics table in the data dictionary.
    B. The statistics are treated as the current statistics by the optimizer for all sessions.
    C. The statistics are treated as the current statistics by the optimizer for the current sessions only.
    D. The statistics are temporary and used by the optimizer for all sessions until this session terminates.

    210、

    210.The Database Resource Manager is automatically enabled in the maintenance window that runs the Automated Maintenance Task. What is the reason for this?
    A. to prevent the creation of an excessive number of scheduler job classes
    B. to allow the Automated Maintenance Tasks to use system resources without any restriction
    C. to allow resource sharing only among the Automated Maintenance Tasks in the maintenance window
    D. to prevent the Automated Maintenance Tasks from consuming excessive amounts of system resources
  • 相关阅读:
    使用jQuery淡入淡出HTML文本效果
    php一个诡异而简单的错误
    Android Tasker应用之自动查询并显示话费流量套餐信息
    ListView在应用开发中较为常用的做法
    网址收藏(网页制作源码下载网址、后台源码下载网址、域名注册网址)
    Flex4事件的监听与发布
    收拾心情,安安静静的学习
    ASP.NET development sever 在Windows server 2008/Vista显示页面无法找到 [转帖]
    花点时间搞清top、postop、scrolltop、scrollHeight、offsetHeight[转帖]
    HTTP 错误 401.2 Unauthorized 由于身份验证头无效,您无权查看此页。 IIS7.0解决办法
  • 原文地址:https://www.cnblogs.com/huanhuanang/p/5419859.html
Copyright © 2011-2022 走看看