Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

V_$PARAMETER view

12826Sep 4 2002
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?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 2 2002
Added on Sep 4 2002
3 comments
708 views