Maclean Liu(刘相兵 发表于 2013-10-11 15:49:46

介绍一个分析rowcache的脚本

介绍一个分析rowcache的脚本    rcache100.awk


sqlplus / as sysdba

oradebug setmypid
oradebug unlimit;
oradebug dump row_cache 10;

oradebug tracefile_name;


脚本下载:

$ awk -f rcache100.awk /s01/admin/G10R25/udump/g10r25_ora_21296.trc$ awk -f rcache100.awk /s01/admin/G10R25/udump/g10r25_ora_21296.trc


                  CacheId   Count Empty %Empty   Valid Upd Ins Del Inv Dirty
        0(dc_tablespaces)      18     0   0.00       0   0   0   0   0     0
           2(dc_segments)      83     0   0.00       0   0   0   0   0     0
  3(dc_rollback_segments)      22     0   0.00       0   0   0   0   0     0
              7(dc_users)      38     0   0.00       0   0   0   0   0     0
        7(dc_user_grants)      20    11  55.00       9   0   0   0   0     0
            8(dc_objects)     237     0   0.00       0   0   0   0   0     0
         10(dc_usernames)      36     0   0.00       0   0   0   0   0     0
        11(dc_object_ids)     227     0   0.00       0   0   0   0   0     0
         13(dc_sequences)       3     0   0.00       0   0   0   0   0     0
          14(dc_profiles)       1     0   0.00       0   0   0   0   0     0
    15(dc_database_links)       1     0   0.00       0   0   0   0   0     0
    16(dc_histogram_defs)     960     0   0.00       0   0   0   0   0     0
    16(dc_histogram_data)     441     0   0.00     441   0   0   0   0     0
16(dc_histogram_data_values)      59     0   0.00      59   0   0   0   0     0
       17(dc_global_oids)      19     0   0.00       0   0   0   0   0     0
       22(dc_awr_control)       1     0   0.00       0   0   0   0   0     0
   24(outstanding_alerts)      18     0   0.00       0   0   0   0   0     0每个列的定义

*EMPTY/      
*UPDATE/      
*INSERT/      
*DELETE/      
*NEED_INV/   
*DIRTY_SUB/   
*VALID/      

了了 发表于 2013-10-11 15:52:13

下载学习

abao2000521 发表于 2013-10-11 15:54:39

好东西,学习一下。

lidahe 发表于 2013-10-11 16:09:08

下载学习

laughing 发表于 2013-10-11 22:55:54

收藏了,谢刘大!

justinleisure 发表于 2014-7-18 21:03:11

不错!学习了

renjie_41 发表于 2014-8-5 15:42:07

赞一个哦

h11h99 发表于 2014-8-7 19:33:40

哈哈,还是oracle的

desert_xu 发表于 2014-8-8 22:00:30

awk  支持一下啊

bodhi 发表于 2014-8-13 12:34:31

AWK强悍
页: [1]
查看完整版本: 介绍一个分析rowcache的脚本