查看oracle隐含参数

查看oracle隐含参数

select a.ksppinm name, b.ksppstvl value, a.ksppdesc description
  from x$ksppi a, x$ksppcv b
 where a.indx = b.indx and a.ksppinm like '_spin_count';

posted @ 2011-09-05 17:46  痞子过  阅读(901)  评论(0编辑  收藏  举报