Oracle8
Server Migration Release 8.0 A54650_01 |
|
This chapter is a guide for using the Export/Import method of migration from Oracle7 to Oracle8. Topics covered in this chapter include:
The Export/Import method of migrating a database uses three basic steps:
When migrating an earlier database to Oracle8 by Export/Import, you first export the chosen data from the Oracle7 database, which physically copies the data to the export dump file. Then you import the exported data into the new Oracle8 target database.
Export Requirements: For migration and upgrades use the Export utility shipped with the version or release of the source database. However, for downgrades use the Export utility shipped with the target database.
The Import utility can then copy the data from the export dump file into the target database. The target database must be created and operational before Import can migrate the exported data into the target database.
Import Requirements: For migration, upgrades, or downgrades use the Import utility shipped with the version or release of the target database.
For information to help evaluate the choice of Export/Import for migration, see section "Export/Import" on page 2-5 and also Oracle8 Server Utilities.
If you plan to migrate a database by using Export/Import, you should first study also Oracle8 Server Utilitiesfor additional detailed information about using the Export/Import utilities.
If you are exporting from, or importing to, a Trusted Oracle database (Oracle7), besides taking care of the concerns addressed in this chapter, you must also address additional features, as discussed in the Trusted Oracle Server Administrator's Guide.
If you are migrating a pre-Oracle8 database system that has Advanced Replication installed, you must also refer to Oracle8 Server Replication, Appendix B, "Migration and Compatibility."
Note: If the source Oracle database is earlier than Version 6, first upgrade the source database to at least Version 6 before proceeding with export.
To migrate an Oracle database using Export/Import utilities, use the following steps:
Note: To get a consistent export, the source database should not be available for updates. If the source database will be made available to users for updates after doing the export, then prior to making the source database available, put procedures in place to copy the changes made in the source database to the Oracle8 target database after the import has been done.
Note: If the new Oracle8 database is to have the same name as the existing pre-Oracle8 database, you must shut down the existing database before creating the new Oracle8 database.
SVRMGR> CONNECT INTERNAL SVRMGR> STARTUP
Note: If the new Oracle8 database is to be created on the same machine as the source database and you do not want to overwrite the source database datafiles, you must pre-create the tablespaces and specify IGNORE=Y and DESTROY=N when you import.
|
Copyright © 1997 Oracle Corporation. All Rights Reserved. |
|