Connected as SYS, run the following query:

select a.ksppinm name, b.ksppstvl value
from x$ksppi a, x$ksppcv b
where a.indx = b.indx
and substr(a.ksppinm,1,1) = '_';