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')
  • 相关阅读:
    页面跳转
    获取gridview 某列的值
    C#日期格式化的几种处理方法(转)
    asp.net 退出 按钮
    asp.net控件大全(一)
    导出Excel
    DropDownList的二级联动 (SqlDataSource实现和SQL 绑定实现)
    asp.net控件大全(二)
    如何让Gridview在没有数据的时候显示表头(asp.net)
    自定义日期格式
  • 原文地址:https://www.cnblogs.com/czjie/p/2253335.html
Copyright © 2011-2022 走看看