Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Если есть доступ под sys, то, например, вот так:
select a.ksppinm name,
b.ksppstvl value,
b.ksppstdf deflt,
decode
(a.ksppity, 1,
‘boolean’, 2,
‘string’, 3,
‘number’, 4,
‘file’, a.ksppity) type,
a.ksppdesc description
from
sys.x$ksppi a,
sys.x$ksppcv b
where
a.indx = b.indx
and
a.ksppinm like ‘\_%’ escape ‘\’
order by
name
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question