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: Possible table corruption?

Re: Possible table corruption?

From: Paul de Anguera <nospam_at_quidnunc.net>
Date: Wed, 14 Jul 1999 05:08:15 GMT
Message-ID: <7mh64a$dl6$5@news.chatlink.com>


Try

ANALYZE TABLE schema.tablename VALIDATE STRUCTURE;

Also try exporting the table. These should reveal any corruption in the table.

You might get rid of the table by exporting the database, dropping the non-SYS objects and importing everything explicitly except for the bad table.

However, inability to drop the table suggests that the data dictionary is corrupted. I wouldn't care to tackle repairing that without Oracle Support.

Paul de Anguera | "You can't write a chord ugly enough to say
Reply to:       | what you want to say sometimes, so you have to
deanguer@       | rely on a giraffe filled with whipped cream."
quidnunc.net    | - Frank Zappa
Received on Wed Jul 14 1999 - 00:08:15 CDT

Original text of this message

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