Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Problems with exp
make sure:
* the exp utility you use is compatible with your database, i.e. exp must be
same or later version than the database
* the "compatible" init.ora parameter is set correctly (see your
db-version-specific docs).
-- Giorgos "Eduardo Guzmán De los Riscos" <guzman_at_lcc.uma.es> wrote in message news:3B66FA67.B619B14B_at_lcc.uma.es...Received on Wed Aug 01 2001 - 08:33:32 CDT
>
> Hello,
>
> I'm trying to export one instance of a database, but my export
> utility doesn´t seems to work. When I run it, it gives me the following
> messages:
>
> ......................................................................
> . . exporting table AUDIT_ACTIONS
> EXP-00008: ORACLE error 904 encountered
> ORA-00904: invalid column name
> . . exporting table CACHE
> EXP-00008: ORACLE error 1003 encountered
> ORA-01003: no statement parsed
> . . exporting table GRUPO
> EXP-00008: ORACLE error 904 encountered
> ORA-00904: invalid column name
> ..................
>
> It founds errors in all the tables of all the instances for any database
> that I use.
> Thanks in advance,
>
> Eduardo
>
![]() |
![]() |