QUESTION POSED ON: 05 October 2005
I am running the following command to create a backup file on an
Oracle 8i database running on a Netware 5 server:
exp81 system/manager full=y file=User:orahome1hris_backup.dmp
log=User:orahome1hris_backup.log
I receive the following error message:
"exporting referential integrity constraints. exporting synonyms"
EXP-00008: ORACLE error 904 encountered
ORA-00904: invalid column name
EXP-00000: Export terminated unsuccessfully
What do I need to do to find out what the column name is that is causing the error?
|