V_$PARAMETER view
Knowing that V_$PARAMETER is a view of V$PARAMETER,
is there any way to determine what the real underlying tables are for this view (V$PARAMETER).
It has an obj# in the obj$ table, but I have not been able to trace to any tables,
the text of V_$PARAMETER from DBA_VIEWS is
select "NUM","NAME","TYPE","VALUE","ISDEFAULT","ISSES_MODIFIABLE","ISSYS_MODIFIABLE",
"ISMODIFIED","ISADJUSTED","DESCRIPTION" from v$parameter
but nothing for V$PARAMETER
Any Ideas?