摘要: 查看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 '_spin_count'; 阅读全文
posted @ 2011-09-05 17:46 痞子过 阅读(901) 评论(0) 推荐(0) 编辑