zoukankan      html  css  js  c++  java
  • 查看全表扫描及全索引扫描的数量

    select name, value
      from v$sysstat
     where name in
           ('table scans (short tables)', 'table scans (long tables)',
            'index fast full scans (full)',
            'index fast full scans (rowid ranges)',
            'index fast full scans (direct read)', 'table scans (rowid ranges)',
            'table scans (cache partitions)', 'table scans (direct read)',
           'table scan blocks gotten')
  • 相关阅读:
    解决ORA-00257: 归档程序错误。在释放之前仅限于内部连接
    linux 监控脚本运行时间
    sqlserver中查询表字段的sql语句
    gpg无法生成密钥对的问题
    jdbc连接oracle的几种格式
    windows中使用tracert命令追踪路由信息
    MySQL编码问题探究
    Apache Storm Installation
    linux的swap相关
    awk
  • 原文地址:https://www.cnblogs.com/czjie/p/2253335.html
Copyright © 2011-2022 走看看