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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Problem with Oracle database

Re: Problem with Oracle database

From: TurkBear <jvgreco_at_nospamprimenet.com>
Date: 1997/08/18
Message-ID: <33f990d0.7493715@news.primenet.com>#1/1

"Sandy Goertemiller" <scgoertemiller_at_scripps.com> wrote:

>We have an Oracle 7.3.3.2 database. Every day we delete entries from the
>table and reload. After a few weeks the table gets corrupted and we start
>getting an Oracle 600 error when we try to do a select. If I drop the
>table and recreate then reload the data, the problem goes away.
>
>Does anyone have any suggestions as to what I should look at? Could there
>be something in my delete or insert that is a problem? The delete is
>basically "Delete where id = '1070'", where the value of id changes. Then
>new records for id 1070 are loaded.
>
>I appreciate any ideas or suggestions as to what I could look at to resolve
>this issue.
>
>Thanks,
>Sandy Goertemiller
>scgoertemiller_at_scripps.com
>
>

Nothing obviously wrong with what you're doing, since deleting and adding are pretty basic tasks for a database !

Check your alert log to see what specifically is triggering the ORA-600 error, since it can be many things, and the preceeding or subsequent messages may help narrow it down.

Also check your hardware on the server, it may be corrupting the disk(s) containing your files.

Hope it helps,
John Greco
Oracle DBA Received on Mon Aug 18 1997 - 00:00:00 CDT

Original text of this message

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