ps: please note that there is a dedicated ORACLE subtopic area in EE...
Main Topics
Browse All TopicsI have two servers one is running oracle 7.3 and another running oracle 8.0. Now I would like to create the full dump of the version 8.0 database using EXP73 (OF VERSION 7.3). Whwn i tried creating dump it is giving an error export views not avaialble contact your DBA. I have tried creation dump through SYSTEM account
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: angelIIIPosted on 2003-06-17 at 04:36:25ID: 8739507
From metalink.oracle.com
SUMMARY -------
1. Export the data with the Export utility of the lowest database version involved.
2. Import the data with the Import utility of the target database.
3. Running an Oracle7 Export utility against an Oracle9i database is not supported.
Now, I guess that you run into
EXP-00024: Export views not installed, please notify your DBA
To solve this, you need to run the following script to the database:
CATEXP.SQL
You should find that in
%ORACLE_HOME%\rdbms\admin
CHeers