Hi,
I am new on SAP WORLD and I am following the note below to update an ORACLE base version 11.2.0.3 to 11.2.0.4 on a:
- Linux Server;
- Non Rac Oracle 11.2.0.3;
- Filesystem:
Database Upgrade Guide
Upgrade to Oracle Database 11g Release 2 (11.2): UNIX
For Oracle Patch Set Release 11.2.0.4
I have installed ORACLE 11.2.0.4 software with success, updated OPATCH and MSOPATH.
I have the following directories on /oracle/XYZ :
drwxr-xr-x 77 oraxyz dba 4096 Aug 8 12:34 11203 /* actual installation 11.2.0.3 */
lrwxrwxrwx 1 oraxyz dba 5 Aug 8 16:29 112_64 -> 11203 /* this is a link to 11.2.0.3 */
drwxr-xr-x 79 oraxyz dba 4096 Aug 8 17:05 11204 /* new installation 11.2.0.4 */
I have only configured ORACLE_HOME before apply the patchset:
export ORACLE_HOME=/oracle/XYZ/11204/
cd $ORACLE_HOME
/bin/sh $ORACLE_HOME/MOPatch/mopatch.sh -v -s SAP11204P_1605-20010781.zip
The installation was unsuccessfully and i have noticed that - although ORACLE_HOME was set to 11.2.0.4 - i am affraid that msopath was applied on 11.2.0.3 installation, cause MOPATCH logs were generated on "/oracle/XYZ/11203/cfgtoollogs/mopatch"
So i´ve tried to change de LINK to point to 11.2.0.4 and repeat the MSOPATH command again:
cd /oracle/$DB_SID
rm 112_64
ln -s 11204 112_64
ls -al
cd $ORACLE_HOME
chmod 775 link.srv_sgecx_db.sh
I repeated the MSOPATCH application :
cd $ORACLE_HOME
/bin/sh $ORACLE_HOME/MOPatch/mopatch.sh -v -s SAP11204P_1605-20010781.zip
But i have only recieved this output:
( cd "/oracle/XYZ/112_64/sysman/lib" && cat "ins_emagent.mk" 1>/dev/null && "/usr/bin/make" -f "ins_emagent.mk" e2eme ORACLE_HOME="/oracle/XYZ/112_64" ) || exit $?
( cd "/oracle/XYZ/112_64/sysman/lib" && cat "ins_emagent.mk" 1>/dev/null && "/usr/bin/make" -f "ins_emagent.mk" iemtgtctl ORACLE_HOME="/oracle/XYZ/112_64" ) || exit $?
( cd "/oracle/XYZ/112_64/sysman/lib" && cat "ins_emagent.mk" 1>/dev/null && "/usr/bin/make" -f "ins_emagent.mk" libnmemso ORACLE_HOME="/oracle/XYZ/112_64" ) || exit $?
Cannot verify link script "./link.srv_sgxyz_db.sh" (probably different Oracle Home).
I do not know how to proceed in this case.
I was thinking of going back to the LINK 11.2.0.3 , uninstall ORACLE 11.2.0.4 , 11.2.0.4 to change the link and try again the procedure MSOPATH.
If anyone can give any suggestions or advice would appreciate the help
Best reggards,
Sergio