This lesson will introduce you to the various options available using the Export utility. You can run Export two ways. The first is to call the utility directly from the operating system by executing exp80.exe from within the BIN directory of your Oracle installation. You can do this as an interactive dialog or by providing a parameter file. The second is by using Data Manager from within Oracle Enterprise Manager. For demonstration purposes, we will be using MS Windows for all examples within this course; you may be using a different operating system and will thus have some differences.
Oracle Export Utility
To use the Export utility, you
must have the create session privilege on your database;
should have the exp_full_database role enabled;
should have run the script ccatalog.sql under the schema SYS; and
have sufficient space to export your data.
There are three modes of exporting:
Table mode export: A user can export tables with his or her schema.
User mode export: A user can export all objects within his or her schema.
Full database mode: All objects can be exported.
Let us review the different methods to invoke Export.
The Export utility can be found in the /bin directory under your oracle_home, such as C:\Oracle\bin. You invoke the Export utility as the user system, which has the default password of manager with the following command:
exp80 system/manager
This command invokes Export in an interactive mode.
The following series of images demonstrates the export of an entire database using this procedure: