Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> exp getting ora600 and exp 00008 error
while exp full database
I am getting
. . exporting table SC_BLOB_OBJEXP-00008: ORACLE error 600 encountered
this table contain only 2 cols
SQL> desc SC_BLOB_OBJ
Name Null? Type -------------------------------------------------- ---------------- ------------------------- GID NOT NULL VARCHAR2(34) DATA LONGRAW 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. Received on Thu Jan 25 2007 - 04:59:48 CST