Migrating from 9.2.0.4(32-bit) to 10.2.0.4(64-bit) [message #413974] |
Sun, 19 July 2009 23:44 |
smunir362
Messages: 310 Registered: September 2007
|
Senior Member |
|
|
Hi,
I want to migrate 9i(32bit) to 10g(64bit).Please describe step by step migration from 9i 32bit to 10g 64bit. I have read many documetns but confusing about wordsize change.
Please guide me step by step.
Regards,
|
|
|
|
|
|
|
|
|
Re: Migrating from 9.2.0.4(32-bit) to 10.2.0.4(64-bit) [message #415099 is a reply to message #413974] |
Fri, 24 July 2009 14:16 |
Sanjay Bajracharya
Messages: 279 Registered: October 2001 Location: Florida
|
Senior Member |
|
|
I do not know about the 9.2 (32-bit) to 10.2 (64-bit) .. but I have done a 8.1.6 (32-bit) to 8.1.7 (64-bit). Make sure you get the correct binaries (one that says 64-bit).
As Michel mentioned, it should say 64-bit when doing
select * from v$version where rownum=1;
One of the main thing I remember is that after the upgrade is over, usually yourun "utlrp.sql" to make all INVALID objects VALID.
When I did mine, it was strongly noted that I have to do "utlirp.sql" instead of "utlrp.sql". This is pretty much same as "utlrp.sql" except utlrp.sql compiles ALL currently invalid objects. utlirp.sql makes all objects INVALID and then compiles them all. VERY IMPORTANT.
Read the doc.
|
|
|