Jan-2019

Applying app tier patch in EBS 12.2.7

1. copy patch file to $PATCH_TOP in the app tier. In a multi node app tier environment copy the patch to all app tiers ($PATCH_TOP)
2. run adop phase=prepare
          adop phase=apply patches=<patch num>
          adop phase=finalize
          adop phase=cutover (adformsrvctl.sh may error out. make sure this script runs successfully. To fix the script i had to change servlet=socket
          adop phase=cleanup
3. Login to EBS and validate. Run a concurrent request and check output /log.


Finding all patches applied in Weblogic home

cd $FMW_HOME/utils/bsu  (10.3.6)
./bsu.sh -report

cd $FMW_HOME/OPatch (12c)
./opatch lspatches

database patch rollback
=================

opatch rollback -id <patch num>

Unable to lock Central Inventory.  OPatch will attempt to re-lock.
==============================================
check $ORACLE_HOME/oraInst.loc file. This one usually points to the central inventory.
go inventory location (example :/etc/orauser/oraInventory). Check locks directory and the locks file within. change permission and try to apply patch again.

Query text from v$sql
================
set long 100000

spool display_sql.lst
select
   sql_id,dbms_lob.substr(sql_fulltext,3000)
from
   v$sql
where
   lower(sql_fulltext) like lower('%TEXT%TEXT1%');

R12.2.7
=====
Relinking PYUGEN needs to be done using adadmin only. Relink from command line always throws error.

The issue was with the quantum/lib files not being copied to the second admin node of app tier.
Concurrent processes were running on the second node and the Quick Pay process failed.

October PSU - GI
=============

Running the analyze command :
/grid/12.1.0/grid/OPatch/opatchauto apply /patchlocation/psu/oct2018/28349311 -analyze







Comments

Popular posts from this blog

LOB related tasks

Oracle EBS 12.2 Java upgrade in the application server