Friday, February 15, 2013

find hidden parameters


Query to check hidden parameters :

select ksppinm Name, ksppstvl Value from x$ksppi pi, x$ksppcv cv where cv.indx=pi.indx and ksppinm like '#_%' escape '#' order by 1;

No comments:

Post a Comment