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: ORA-00904

Re: ORA-00904

From: Renzo Carta <renzo.carta_at_ubs.com>
Date: Mon, 31 Aug 1998 10:13:21 +0200
Message-ID: <35EA5B21.C642CE4B@ubs.com>


Hello

You are most probably importing a table that already exists in your database (schema) with a different definition. Ex: if you import a table MY_TAB(C1 NUMBER, C2 NUMBER) and you already have MY_TAB(C1 NUMBER, CC2 NUMBER) you get the error. Try to import the file in another schema and look for differences.

Regards
Renzo Carta

gm1_at_ibm.net wrote:
>
> I tried exporting an application system but it keeps failing. I get the
> following in my log file :
>

...
> ORA-00904: invalid column name
> EXP-00000: Export terminated unsuccessfully
>
> Can anyone explain this error message to me and how I can correct any errors
> so that I can export my application?
>
> Thank You
> Glenn Malar
Received on Mon Aug 31 1998 - 03:13:21 CDT

Original text of this message

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