摘要: 查看oracle隐藏参数select a.ksppinm name, b.ksppstvl value, a.ksppdesc description from x$ksppi a, x$ksppcv bwhere a.indx = b.indx and a.ksppinm like '%_kghdsidx_count%'; 阅读全文
posted @ 2011-08-30 15:56 痞子过 阅读(199) 评论(0) 推荐(0) 编辑