Exporting Oracle 9i tables
10345 pts.
0
Q:
Exporting Oracle 9i tables
I have installed Oracle 9i server on Windows 2000 and clients on other machines. The database name is admin. I have created tables in my own login ora102 on the client machine. Now I want to export the tables which I have created in my own login. I used the following command on theclient machine to export tables:



exp ora102/ora102@admin file=c:demo.dmp tables=(emp,dept)



But it’s giving me the following error:

Exp 00056: oracle error 942 occured
ORA-00942: table or view does not exist
EXP-00000: Export terminated unsuccessfully



I also executed catexp.sql, catalog.sql, catproc.sql. but I am still having this problem.
ASKED: Oct 9 2009  3:27 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
10345 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Last Answered: Oct 9 2009  3:27 PM GMT by ITKE   10345 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0