I was trying to export all tables belong to an user (eg. exp_user) and has granted create session to that user. Plus, I have run catalog.exe to create the views needed. I was trying to do this for a remote server -- run export locally, and write data from a remote oracle database into a local export file.
Connected to: Oracle8i Release 8.1.7.0.0 - Production
JServer Release 8.1.7.0.0 - Production
EXP-00056: ORACLE error 942 encountered
ORA-00942: table or view does not exist
EXP-00000: Export terminated unsuccessfully
That's exactly right! So I have to use a 8.1.7 client to perform the export because that's an 8i server?
Originally posted by marist89 Your client version is different than your server version. For example, your server is 8.1.7.0 and your client might be 9.2.0.1.
Bookmarks