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: exp getting ora600 and exp 00008 error

Re: exp getting ora600 and exp 00008 error

From: gazzag <gareth_at_jamms.org>
Date: 25 Jan 2007 03:02:48 -0800
Message-ID: <1169722968.211526.259260@a75g2000cwd.googlegroups.com>


On 25 Jan, 10:59, "Steve Robin" <ocma..._at_gmail.com> wrote:
> while exp full database
> I am getting
>
> . . exporting table SC_BLOB_OBJ
> EXP-00008: ORACLE error 600 encountered
> ORA-00600: internal error code, arguments: [6193], [4], [2120], [4002],
> [7061], [], [], []
>
> this table contain only 2 cols
>
> SQL> desc SC_BLOB_OBJ
> Name Null? Type
> -------------------------------------------------- ----------------
> -------------------------
> GID NOT NULL VARCHAR2(34)
> DATA LONG
> RAW
>
> SQL> select count(1) from SC_BLOB_OBJ;
>
> COUNT(1)
> ------------------
> 276487
>
> Database : 9.2.0.1
> Platform : Windows XP
>
> What could be the problem here and how to solve it.

Patch to 9.2.0.8.

HTH -g Received on Thu Jan 25 2007 - 05:02:48 CST

Original text of this message

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