Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: system views and their underlying structure
you were close,
look at v$fixed_view_definition for the gv$ view and you'll see what x$tables it uses.
SQL> list
1 select * from sys.v$fixed_view_definition
2* where view_name = 'GV$INSTANCE'
Received on Tue Aug 29 2000 - 19:25:28 CDT