Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: X$Tables or views

Re: X$Tables or views

From: Ian Cary <cary_at_gatwick.geco-prakla.slb.com>
Date: 1997/10/06
Message-ID: <3438CE42.6CA64CDB@gatwick.geco-prakla.slb.com>#1/1

The X$.. tables are fixed tables and can be identified by;

select * from v$fixed_table
where name like 'X$%'

Hope this helps,

Ian Received on Mon Oct 06 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US