Hi
I want migrate database from sun solaris 2.5 to aix 5.1
database 8.1.7(64bit).(cross platform),give me full step
how to the above task.
Thanks in advance.
Regards
ravi
Printable View
Hi
I want migrate database from sun solaris 2.5 to aix 5.1
database 8.1.7(64bit).(cross platform),give me full step
how to the above task.
Thanks in advance.
Regards
ravi
Hi Ravi,
The only way to do so is with Export/import
1) issue a full export of your database on Solaris.
2) create a new database on AIX with same tablespace name as the original one
3) issue the full import.
I think that in step 3 you need to use the "imp" tool from your solaris box connected through SQL*Net to your AIX database but I'm not 100% sure.
Hope this helps
Philippe