Reference from Oracle Support DocId : 1080973.1
My EBS on my Oracle Linux is 12.1.1. I want to upgrade it to 12.1.3 to experience the new OAF Rich UI.
Here are my steps, the issues I encountered and the solutions.
Apply Patch 9239089
This one is easy.
Download the patch 9239089.
Unzip it.
Apply patch.
Apply Patch 9239090
This patch is big. It is seperated into 6 files, but still the same steps.
Download the patch 9239090.
Unzip them.
Apply the patch.
It spends a lot of time to apply this patch. And during applying the patch, there are several issues come to my server.
One is EGOSILDU.sql issue, which can be solved by DocId. 847687.1. But I don't use "Advanced Product Catalog" which I can ignore this issue by using adctrl and press 8.
And I also encountered another issue which is some form objects could not be compiled correctly.
au resource ASTACLIB.pll
au resource ASTCORE.pll
au resource ASTCUREL.pll
au resource ASTLSLIB.pll
au resource ASTCPREP.pll
au resource ASTOPLIB.pll
au resource IEXCORE.pll
au resource ASTRCALL.pll
au resource OKSSRVAV.pll
au resource ASTSLLIB.pll
au resource ASTCULIB.pll
au resource CSCUTILS.pll
And in this document
https://forums.oracle.com/forums/thread.jspa?threadID=2131259
Just recompile the db package AS_API_RECORDS_PKG and recompile the previous pll files to plx would solve this issue.
Apply Patch 9239095
This one is easy, too.
Download the patch 9239095
Unzip the patch
Apply the patch
Post-Updates Steps
Finally the patches of Oracle E-Business Suite R12.1.3 is done.I also need to apply patches 9817770 & 9966055, otherwise my responsibilities won't appear.
Update Code Level
To keep application tier and database tier the correct code level, do the following steps:
Login as application os user, cd $ADMIN_SCRIPTS_HOME, run adautocfg.sh to generate the context file.
cd $AD_TOP/bin, run admkappsutil.pl.
This will generate latest appsutil.zip under $INST_TOP/admin/out
Then login as database os user, cd $ORACLE_HOME, ftp or copy the appsutil.zip (which is created by application os user) to current folder.
unzip -o appsutil.zip
Run adautocfg.sh on $ORACLE_HOME.
then run adpreclone.pl dbTier using database user, and adpreclone.pl appsTier using application user.
Now everything is ready, you may startup your Oracle E-Business Suite 12.1.3 now!
Hi thanks for the thorough guide. Can you give similar guidelines for the upgrade from r12.1.1 to r12.1.3 on a windows 2003 enviroment.
ReplyDeleteThank you for interesting in my blog.
ReplyDeleteUnfortunately, I don't have a windows 2003 environment, and I'm more focus on linux and Oracle on this blog.
Let me know what trouble you're encountered. I can help you on the diagnostics.