CBO参数学习之查询隐藏参数
CBO参数学习之查询隐藏参数
[sql]
set lines 200
set pages 100
col KSPPINM for a45
col KSPPSTVL for a10
col KSPPDESC for a80
select x.ksppinm, y.ksppstvl, x.ksppdesc
from x$ksppi x , x$ksppcv y
where x.indx = y.indx
and y.inst_id = userenv('Instance')
and x.inst_id = userenv('Instance')
and x.ksppinm like '\_%' escape '\'
/
本站文章为和通数据库网友分享或者投稿,欢迎任何形式的转载,但请务必注明出处.
同时文章内容如有侵犯了您的权益,请联系QQ:970679559,我们会在尽快处理。