Readers Question – Which Driver (c, d, g, u) to apply on which Node ?

Let suppose below is the read me file of one patch says:

This patch contains one or more driver files to be applied with AutoPatch.
Please apply the driver files in the following order (if they exist) :
c3196140.drv (This is the copy driver)
d3196140.drv (This is the database driver)
g3196140.drv (This is the generate driver)

How can I identify that this patch (which driver file) is to be applied for which application node (forms & web) tier or concurrent manager tier ?

_________________________________________
Oracle Apps Patch drivers are broadly classified in to two category split driver and unified driver
.

1. Split Driver – means patch actions are divided by function i.e.
a) cXXXXX.drv – Copy Driver to change product files
b) dXXXXX.drv – Database Driver to change Database Objects
c) gXXXXX.drv – Generate Driver to generate new forms, messages, graphics

2. Unified Driver – contains all three functions (copy, database & generate) into single driver
a) uXXXXX.drv – Contains all three functions Copy, Database and Generate

.

Where to apply which driver file in Multi Node Environment ?

1. For split patch, You must run copy driver (cXXXXXX.drv) on all APPL_TOP containing one or more files being replaced by patch. If confused or not sure which files are being replaced by patch then its good idea to apply c driver on all tier i.e. Web, Forms, Concurrent Manager, Administration Server.

2. For split patch, You must run database driver (dXXXXXX.drv) on Administration (Admin) Node. (This is usually same as Concurrent Manager Node). To find where is your Admin Node run sql
SQL> select node_name, support_admin from apps.fnd_nodes;

3. For split patch, You must run generate driver (gXXXXXX.drv) on all APPL_TOP containing one or more files generated by patch. If confused or not sure then its good idea to apply g driver on all tier i.e.  Web, Forms, Concurrent amd Administration Server.

4. For unified patch (uXXXXXX.drv) , run it on all tier containing APPL_TOP i.e.  Web, Forms, Concurrent Manager and Administration Server.

5. If you are using shared APPL_TOP/Application Tier then run split patch (c,d,g) or unified patch (u) from any one node.

and finally

6. If you are confused about any driver file (to apply or not) then run all driver on all nodes and AutoPatch (adpatch) will determine appropriate action based on tier (forms, web, concurrent manager) and ignore steps not required on that tier.

.

Order of application for split driver (c,d,g)
For split patch (with c, d and g driver) apply then always in following order – Copy Driver (cXXXXX.drv), Database Driver (dXXXXX.drv) and Generate Driver (gXXXXX.drv)

**Unified drivers (uXXXXXX.drv) will eventually be used by most Oracle Applications patches.

About the Author Atul Kumar

Oracle ACE, Author, Speaker and Founder of K21 Technologies & K21 Academy : Specialising in Design, Implement, and Trainings.

follow me on:

Leave a Comment:

4 comments
arivukarasu chandrasekaran says January 27, 2011

please any one of you help me to download these prerequisite patches from oracle support.Patchsets.sh (139684.1)and infobundle11i. Zip (741129.1) .but i dont get a option for downloading like other patches.so please send me asap

Reply
Atul Kumar says January 28, 2011

@ arivukarasu,
Usually you don’t get download option for patch for component unless you have valid CSI to support that product. Raise an Service Request regarding this with Oracle and someone in support will help you.

Reply
ganesh says July 5, 2011

Hi Atul..how can i find which driver file applied on which node…is ad_patch_drivers shows this infr’n, isn’t it..? if not i can i approach ..pls give me some ifrn

Reply
noor says December 8, 2014

Hi Atul,

I have confusion for patching that on which node apply a patch first on concurrent or on web, forms and why.

Reply
Add Your Reply

Not found