Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> PUBLIC: ORA-00904
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
![]() |
![]() |