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 -> missing some sys.tables

missing some sys.tables

From: Frank Dietrich <ablesoft_at_gmx.de>
Date: Thu, 24 Feb 2005 14:50:55 +0100
Message-ID: <3864e0F5hr876U1@individual.net>


Hi all,

I think here are some fixed tables lost.

Following select will return 271 entries (Oracle 8i)

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

but this will return no entry

   select object_name from all_objects where object_name like 'X$%';

I found this behavior because the script session_cursor_cache.sql (from Steve Adams) need an table sys.x$kglcursor. Is there any way to restore the missing tables?

Frank Received on Thu Feb 24 2005 - 07:50:55 CST

Original text of this message

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