Wednesday 18 June 2014

Apply patch 17346704 - ADDING FIELD TO AF:QUERY ADVANCED SEARCH CAUSES SPURIOUS WARNING DIALOG POPUP

Apply patch 17346704 - ADDING FIELD TO AF:QUERY ADVANCED SEARCH CAUSES SPURIOUS WARNING DIALOG POPUP

ADF query provides a feature of saved search. On performing a Search operation a copy of saved search criteria is saved.Now again modify the search. It will ask for an option to save again. When you click on yes the query does not get automatically searched.


Download & apply patch 17346704.

This patch consists of two directories:

* oui    : Applicable for MW_HOME/oracle_common
* sa  : Applicable for MW_HOME/jdeveloper

- For a DT (jdeveloper) and RT (oracle_common) environment, apply both the sa and oui patch directories.
- For a RT (oracle_common) only environment, apply only the oui directory.


Pre-Patch steps
-------------------------------

1. Set environment variable ORACLE_HOME to your "[MW_HOME]/oracle_common"
directory.

2. 
a) For Standalone JDeveloper install type:
   Shutdown JDeveloper and make sure that the Embedded/Integrated WLS Server is
   also stopped.

b) For WebCenter/SOA/Classic/etc.install type:
   No need to take any action - check the 'Patch Post Install Instructions'

c) For Standalone WLS install type:
   Make sure that the WLS server is stopped.


Stop Mid-tier services

Patch Install Steps:
--------------------

1. Unzip the patch zip file into the PATCH_TOP.

   $ unzip -d PATCH_TOP p17346704_111170_Generic.zip

2. Set your current directory to the directory where the patch is located.

   $ cd PATCH_TOP/17346704/oui

3. Run OPatch to apply the patch.

   a) If you apply the patch in OUI Home.

     Use the following command to apply the patch to the ORACLE_HOME:

     $ opatch apply

   b) If you apply the patch in Standalone JDeveloper Home.

     Use the following command to apply the patch to the ORACLE_HOME:

     $ opatch apply -jdk [Path to jdk] -jre [Path to jre]



No comments:

Post a Comment