Migrate
from 32 bit to 64 bit using RMAN
Tested: Oracle 9i R2
OS: Windows 2003 server
This article describes the very simple procedure to migrate
a database from Windows 32 bit system to 64 bit using RMAN. Follow the
steps below when the need arises to build a new Oracle Applications database
instance (for a test migration or when re-organizing an existing production
instance, for example). Before starting, plan carefully for such issues as the
location of new DATAFILES and space considerations. The steps below
specifically address the need to refresh a User-Test / Development instance
with current production data.
Migrating through RMAN is much faster than Import/export but using the export/import utilities to rebuild your instance instead of cloning because an export/import rebuild provides the opportunity for clean-up and correction.
Migrating through RMAN is much faster than Import/export but using the export/import utilities to rebuild your instance instead of cloning because an export/import rebuild provides the opportunity for clean-up and correction.
Step 1: Take a Backup on Source
32 Bit Server:
Connect the rman target to create a full backup of the
database including all archivelogs:
CMD>RMAN TARGET SYS/*****@orcl3 CATALOG catalog/catalog@shaan
run {
Comments
Post a Comment