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

PUBLIC: ORA-00904

From: Renzo Carta <renzo.carta_at_ubs.com>
Date: Mon, 31 Aug 1998 10:29:00 +0200
Message-ID: <35EA5ECC.84661EC3@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, Zurich
e XT_APPLICATION_LOGIC 0 rows exported
> EXP-00008: ORACLE error 904 encountered
> 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:29:00 CDT

Original text of this message

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