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: Oracle 7.2.3 emergency

Re: Oracle 7.2.3 emergency

From: Pohl <news_at_thomas-pohl.net>
Date: Sat, 10 Nov 2001 14:22:12 +0100
Message-ID: <3BED2A04.8070606@thomas-pohl.net>


Moin,

try to select (table by table) your data with a select * statement. After this you know if your database at least can read all the data.

I have had once a case where one entry in a primary key field was corrupt. Every select on this field in this special record sent the database to hell. Even by executing with a simple user with low level of rights (connect role).
After executing an update on this entry with the correct value everything was fine again.

Certainly it's only a smal chance that this is related to your problem.

h2h

Thomas Received on Sat Nov 10 2001 - 07:22:12 CST

Original text of this message

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