Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: X$Tables Info
Hi,
The v$fixed_table contains info about the x$ tables
select * from V$FIXED_TABLE
where name like 'X%' ;
will give you a list of X$ tables.
HTH
shreepad
Received on Mon Dec 11 2000 - 21:24:02 CST
![]() |
![]() |