How to move a database using ASM from Solaris to AIX
Hello all,
This is my first posting, so forgive me if my etiquette is a bit rusty ... :-)
We are trying to migrate a database from Oracle Solaris to AIX. Both environments use ASM for datafile storage and the Oracle releases are also the same. Here are some details:
Source:
OS: Solaris 10
RDBMS: 11.1.0.7
Target:
OS: AIX 6.1
RDBMS: 11.1.0.7
The solution we are trying to architect is the following:
Source:
Convert datafiles from ASM to filesystem on staging area
Share staging area with target server
Target:
Convert datafiles containing undo segments (SYSTEM and UNDO), as per the cross platform transportable database process
1