The patch for upgrading to 11.1.1.6.2 is available. Details here.
Pretty much a straightforward upgrade, though a few things to watch out for:
1. Set your environment variables correctly
set ORACLE_HOME=C:\mwhome\Oracle_BI1
set PATH=%ORACLE_HOME%\bin;%PATH%
set JAVA_HOME=%ORACLE_HOME%\jdk
set PATH=%JAVA_HOME%\bin;%PATH%
set PATH=%ORACLE_HOME%\OPatch;%PATH%
2. Make sure you run opatch from the correct directory
Open a command window (with the correct environment variables set - see 1) in the Oracle_BI1 directory.
3. When you come to Part 2. JDeveloper patch 13952743
Unpack the patch into oracle_common.
Change directory to oracle_common
Using the environment variables set in step 1 run
opatch apply 13952743 -OH C:\mwhome\oracle_common
This will patch the oracle_common directory, otherwise the patch reports nothing to upgrade.
No comments:
Post a Comment