Plan for migration
Hi Team,We need to migrate databases from aix-64bit to hpunix server.
source Details:
rdbms:9.2.0.7
os:aix
target details:
rdbms:11.2.0.3
os: hp unix
database size 350Gb
1. how much time it will take for export and import?is this better method(export source db and create 11g database on target and import into new db)
exp userid=system/mer22cury@PREFMOL7 file=schema.dmp log=schema.log full=y
the above scrpt is enough are any parameters need to add and is it fine with exp client version on 11g.
2.is it possible to the migrate from aix to hp unix?
0