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

    While tuning a SQL statement, the SQL Tuning Advisor finds an existing SQL profile for the statement that has stale statistics available.
    What would the optimizer do in this situation?
    A. It updates the existing SQL profiles with current statistics.
    B. It makes the statistics information available to GATHER_STATS_JOB.
    C. It initiates the statistics collection process by running GATHER_STATS_JOB.
    D. It logs a warning message in the alert log so that the DBA can perform statistics collection manually.

      操作代表由模块执行的作。 例如, DBMS_SCHEDULER 可以运行 GATHER_STATS_JOB 操作来收集所有数据库对象的统计信息。 如果个操作正在使用大部分等待时间,那么您应该调查它。

  • 相关阅读:
    lua 与 c 的相互调用
    平台认证 & HTTP 302 重定向
    1. 个人经验总结
    Java反编译
    1. 个人经验总结
    3. 技术专题
    Office
    工作机的目录组织
    Eclipse
    Eclipse中的Gradle集成
  • 原文地址:https://www.cnblogs.com/Babylon/p/7851107.html
Copyright © 2011-2022 走看看