|
That's a substantial amount of data to migrate from Oracle8i to 10gR2. The method you choose will depend on the amount of downtime available to you to perform this migration. Export and import isn't really a practical solution here because of the amount of data. The operating system on the new server is Solaris, as is the current server, but it will be a newer release. You should be able to physically copy the database from the existing server to the new server and upgrade it on the new server to 10gR2. This can be done manually by shutting down the database and copying the files, or you can use RMAN to take an offline backup and recover it. This, of course, assumes that the environment on the new server is configured properly for this new database.
The advantage to performing the migration this way is that the back out plan is easy enough … you simply point your application(s) back to the existing 8i database because it will still be available. A word of caution here … I would recommend testing this procedure many times in a non-production environment thoroughly before relying on it as a production migration technique. This testing must include involving your application support and business folks to test all, or at least critical, functions and jobs within their applications after each test migration.
|