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'
VIEW_NAME
ks.inst_id,ksuxsins,ksuxssid,ksuxshst,ksuxsver,ksuxstim,decode(ksuxssts,0 ,'STARTED',1,'MOUNTED',2,'OPEN','UNKNOWN'),decode(ksuxsshr,0,'NO',1,'YES',2,NULL ),ksuxsthr,decode(ksuxsarc,0,'STOPPED',1,'STARTED','FAILED'),decode(ksuxslsw,0,NULL,2,'ARCHIVE LOG',3,'CLEAR
hth, joe
-- Joe Testa http://www.oracle-dba.com Oracle 8i documentation online http://www.oracle-dba.com/oracle-docsReceived on Tue Aug 29 2000 - 19:25:28 CDT