2016-06-07

how to find oracle db hidden parameters

select x.ksppinm, y.ksppstvl
    from   x$ksppi  x , x$ksppcv y
    where  x.indx = y.indx
    and    x.ksppinm like '\_%' escape '\'
    order  by x.ksppinm;

Niciun comentariu:

Trimiteți un comentariu