0 pts.
 Error ORA-00904 on Export
I am running an export command for backup purposes and receive the following error: Connected to: Oracle8i Release 8.1.5.0.5 - Production (5 user, NetWare Bundle) PL/SQL Release 8.1.5.0.5 - Production Export done in US7ASCII character set and US7ASCII NCHAR character set About to export the entire database ... . exporting tablespace definitions . exporting profiles . . . . exporting referential integrity constraints . exporting synonyms EXP-00008: ORACLE error 904 encountered ORA-00904: invalid column name EXP-00000: Export terminated unsuccessfully How do I find out what column name is invalid and correct it? I have looked through synonyms and views which is the next object to be exported, and I do not see anything that is wrong.

Software/Hardware used:
ASKED: September 23, 2005  12:36 PM
UPDATED: September 25, 2005  9:12 PM

Answer Wiki:
This is pure speculation, have you changed your character set? Has this export ever worked? When did you last change the schema (and what did you/they alter)?
Last Wiki Answer Submitted:  September 23, 2005  3:07 pm  by  ColinM   10 pts.
All Answer Wiki Contributors:  ColinM   10 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

The character set has never been changed. I’m not sure that this export has ever worked as I am setting up an alternate backup to complement our total system backup to tape. Any changes that have been made have been to one of the user database and has not involved any changes to the basic system setup.

 0 pts.

 

What version and patch level is the database? If the database was created after a patch was installed,

example, 9.2.0.1 upgraded to 9.2.0.4 and then database created

you may need to process the 9.2.0.4 patch ‘catpatch.sql’ to the database for the export to work.

 0 pts.