Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: upgrade oracle 32-bit 9204 apps database to 64-bit 9207
srivenu_at_hotmail.com wrote:
> I'am in the process of upgrading my 32-bit 9204 apps database to 64-bit
> 9207.
>
> Just wanted to make sure i covered everything.
>
> 1) Install 9201 64-bit
> 2) apply 64bit 9207 on it.
> 3) Copy init.ora and orapwd file to new Oracle home
> 4) startup migrate (with _system_trig_enabled = FALSE)
> 5) run @utlip.sql
> 6) download patch 1994933 and run rmsro.sql, call rmsro.run(); &
> invalidate.sql
> 7) create or replace java system;
> 8) @catpatch.sql
> 9) utlrp.sql
> 10) shutdown and restart (after removing setting _system_trig_enabled
> = TRUE)
> 10) copy appsutil from 32-bit 9204 to 64-bit 9207 home and run perl
> adcfgclone.pl dbTechStack
>
> Did i miss any steps ?
> Any redundant steps in there ?
> Thanks & regards
> srivenu
>
Point the application's shared library path (LD_LIBRARY_PATH and/or SHLIB_PATH) at $ORACLE_HOME/lib32 instead of $ORACLE_HOME/lib. Received on Mon Sep 11 2006 - 04:29:17 CDT
![]() |
![]() |