How to apply c & d .drv patches?

Hi Gurus,
I want to apply c and d .drv patches
Can I use the same command as we apply for u12345678.drv patch
$./adpatch
$ <patch_number> c12345678.drv and d12345678.drv
Please correct me if I'm wrong, please reply
Thanks,

Afia wrote:
Hi Gurus,
I want to apply c and d .drv patches
Can I use the same command as we apply for u12345678.drv patch
$./adpatch
$ <patch_number> c12345678.drv and d12345678.drv
Please correct me if I'm wrong, please replyYes, use the same command 2 times, first run adpatch and pass the c driver then run adpatch again and pass the d driver.
Thanks,
Hussein

Similar Messages

  • How to apply 3 RPC (Recommended Patch Collection)

    Dear,
    I am fresher in the field of Oracle EBS R12. As per recurrence of the create accounting issues on PAYABLE module: the Metalink representative recommends to apply the following patch collection:
    We strongly recommends to apply the following 3 RPC (Recommended Patch Collection):
    Patch 13563472:R12.AP.B
    Patch 13563481:R12.AP.B
    Patch 13563489:R12.AP.B
    So I want to know how to apply these patches, one by one or collectively. I shall be very thankful if you share all steps to apply these patches with me.
    Stay blessed.
    Best Regards,
    Ahmed.

    I have corrected some of you steps and made below:-
    1. Stop applicaiton services.
    2. Stop Database Services or bring database in hot backup mode.
    3. Take backup(both apps and DB).
    4) Start Database or bring database out of backup mode.
    6) Bring application in maintenance mode.
    7) Extract the patch into a folder.
    8)Follow readme document of the patch.
    9) use adpatch utility to apply the patch.
    10) disable maintenance mode
    11) start application services and test the application functionality.
    I need your help at step # 5. In this scenario, will i take cold backup of data files only or whole backup of DB Tier & Application Tier. Whole backup of DB and apps Tier.
    And Please also tell me if i want to reverse the patch operation, what do i need ? only restore the data files. Please tell me step by step. I shall be very thank full to you. Your posts are always helpful for us.restore complete db and apps tier.
    If you have taken cold backup prior to patching activity then to undo a patch use below steps:-
    1)Stop apps and db tier.
    2)Clear all apps and db mount points.
    3) Restore backup taken prior to patching activity.
    4) Start database and listener.
    5) Start application.
    If you have taken hot backup then after step 3 you need to recover the database and rest all steps remain same.
    Also check below metalink note:-
    How to uninstall backout rollback an Oracle Applications 11i or R12 Patch [ID 343987.1]
    Thanks,
    JD
    Thanks,
    JD

  • How can I re-apply the 5.03 patch?

    I've asked this already in the CS5 5.03 update discussion, so aplogies for the repetition, but I thought I'd start a new thread.
    I've had to roll back Win 7 to a time prior to 5.03 installation.  I'm now back to 5.02 and can't reinstall 5.03.  If I click the update button within PP tells me that all applications are up-to-date.  So it would appear that the AAM is not detecting that I'm back to an earlier version.
    When I manually try to install 5.03, the progress bar does not move, nor the percentage increase.  However, after about 30 seconds, I'm informed that the update has completed successfully - but it hasn't!  It is still on version 5.02.
    Help.  Can anyone please tell me how to re-apply the 5.03 patch without reinstalling PP?  Thanks.

    > Surely there's a simpler way??
    Not that I know of.
    BTW, we are actively working on making the installers work more smoothly. We appreciate bug reports about the specific glitches so that we can make sure that we're working on the right things.

  • Hi, I don't know how to find a specific security patch to apply to my Oracle database version to fix a vulnerability

    Hi, I don't know how to find a specific security patch to apply to my Oracle database version 11.2.0.2.0 (on windows server 2003 32 bits) to fix the following vulnerability:
    Risk: High
    Application: oracle_tnslsnr
    Port: 1521
    Protocol: tcp
    Synopsis:
    It is possible to register with a remote Oracle TNS listener.
    Description:
    The remote Oracle TNS listener allows service registration from a remote host. An attacker can exploit this issue to divert data from a
    legitimate database server or client to an attacker-specified system.
    Successful exploits will allow the attacker to manipulate database instances, potentially facilitating man-in-the-middle, sessionhijacking,
    or denial of service attacks on a legitimate database server.
    Solution:
    Apply the work-around in Oracle's advisory.
    Thank you for your help

    2835604 wrote:
    Hi, I don't know how to find a specific security patch to apply to my Oracle database version 11.2.0.2.0 (on windows server 2003 32 bits) to fix the following vulnerability:
    Risk: High
    Application: oracle_tnslsnr
    Port: 1521
    Protocol: tcp
    Synopsis:
    It is possible to register with a remote Oracle TNS listener.
    Description:
    The remote Oracle TNS listener allows service registration from a remote host. An attacker can exploit this issue to divert data from a
    legitimate database server or client to an attacker-specified system.
    Successful exploits will allow the attacker to manipulate database instances, potentially facilitating man-in-the-middle, sessionhijacking,
    or denial of service attacks on a legitimate database server.
    Solution:
    Apply the work-around in Oracle's advisory.
    Thank you for your help
    that sounds like the "tns poison" vulnerability.  CVE 2012-1675 - Oracle Security Alert CVE-2012-1675
    See MOS note 134083.1  and 1453883.1

  • How to apply business rules with out breaking to patch missing data

    Hello Experts,
    I am very new to SQL And i have no idea how to apply below  rules
    Data is polling for every 5 minutes so 12 time intervals per hour 6:00  -->1
    6:05---->2
    6:50---->11
    6:55---->12
                      6:50---->11
    Missing value
    Patching
    Rule
    No values missing
    No patching
    0
    Time interval 1 is null
    Time interval 1 is patched with the value from time interval number 2 subject to this not being null.
    1.1
    Time interval 12 is null
    Time interval 12 is patched as the value of time interval 11 subject to this not being null.
    1.2
    Time intervals 1 and 2 are null
    Time interval 1 and 2 are both patched with the value of time interval 3 subject to this not being null
    1.3
    Two consecutive time intervals (excluding both 1 & 2 or both 11&12) are null e.g. time interval 3 and 4 are null
    Average the preceding and succeeding time intervals of the missing 2 values. If time intervals 3 and 4 are null then these become the average of time intervals 2 and 5.
    1.4
    Time intervals 11 and 12 are missing
    Time interval 11 and 12 are both patched with the value of time interval 10 subject to this not being null
    1.5
    Some time intervals between 2 and 11 are null with 6 or more non null time intervals
    Time interval is patched with the average of interval – 1 and interval + 1 subject to these not being null.
    For example if time interval 5 was null this would be patched with an average of time interval 4 and time interval 6
    n.b this rule can happen up to a maximum of 5 times.
    1.6
    Three consecutive time intervals are missing
    Set all time intervals for the period as null
    2.1
    More than 6 time intervals are null
    Set all time intervals for the period as null
    2.2
    This will be more info table structure
     CREATE TABLE DATA_MIN
      DAYASNUMBER    INTEGER,
      TIMEID         INTEGER,
      COSIT          INTEGER,
      LANEDIRECTION  INTEGER,
      VOLUME         INTEGER,
      AVGSPEED       INTEGER,
      PMLHGV         INTEGER,
      CLASS1VOLUME   INTEGER,
      CLASS2VOLUME   INTEGER,
      CLASS3VOLUME   INTEGER,
      LINK_ID        INTEGER
    Sampledata
    DAYASNUMBER TIMEID      COSIT     LANEDIRECTION    VOLUME    AVGSPEED PMLHGV    CLASS1vol  LINK_ID                                                                                                   
    20,140,110  201,401,102,315    5    1    47    12,109    0    45    5,001
    20,140,110  201,401,102,325    5    1    33    12,912    0    29    5,001
    20,140,110  201,401,102,330    5    1    39    14,237    0    37    5,001
    20,140,110  201,401,102,345    5    1    45    12,172    0    42    5,001
    20,140,110  201,401,102,350    5    1    30    12,611    0    29    5,001
    20,140,111  201,401,100,000    5    1    30    12,611    0    29    5,001
    output something like FOR above sample data
    DAYASNUMBER TIMEID      COSIT     LANEDIRECTION    VOLUME    AVGSPEED PMLHGV    CLASS1  LINK_ID                                                                                                                                                                                                                                                                                                                                                                                           
    Rule
    20,140,110  201,401,102,315    5     1    47    12,109    0    45   5,001                                                                                                
    0
    20,140,110  201,401,102,320    5    1    40    12,109    0    45    5,001                                                                                     
               1.4(patched row)
    20,140,110  201,401,102,325    5    1    33    12,912    0    29    5,001                                                                                        
             0
    20,140,110  201,401,102,330    5    1    39    14,237    0    37    5,001                                                                                        
              0
    20,140,110  201,401,102,335    5    1    42    14,237    0    37    5,001                                                                                      
            1.4(patched row)
    20,140,110  201,401,102,345    5    1    45    12,172    0    42    5,001                                                                                           
          0
    20,140,110  201,401,102,350    5    1    30    12,611    0    29    5,001                                                                                            
         0
    20,140,110  201,401,102,355    5    1    30    12,611    0    29    5,001                                                                                        
              1.2(patched row)
    20,140,111  201,401,100,000    5    1    30    12,611    0    29    5,001 
    Any help and suggestions to extend the code to achieve would be greatly appreciate.
    Note:Here the key value is Volume to be patched for missed time intervals
    Thanks in advance

    row_number() OVER (PARTITION BY LANEDIRECTION ORDER BY TIMEID) AS RN,DAYASNUMBER,(*to_date*(timeid,'yyyymmdd hh24miss')) as cte, COSIT,
    Are you in the right place? to_date is an Oracle function, and this forum is for Microsoft SQL Server which is a different product.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • How to apply patches by using solution manager system?

    HELLO FRIENDS,
        when i download the patch SAPKB70012 & next level patches from service market place, it says that we have to apply the following packages by using maintenance optimizer(solution manager). here i have solution manager4.0., please any one let me know how to configure the maintenance optimzr  and how to apply support packages by the solution manager system.
              Thanks&Regards
               Farkath.C

    Hello
    Solman will not implement the files you can download the files using Solman. You need to move the downloaded files to application server and implement them for that you need to configure MoPZ
    You can go to server market place service.sap.com/RKT in that select Solution manager.
    You will have to select the product as solution manager 7.0 and in technology consultants and system administrator you will find the configuration documentations in for for SIM files.
    You can use that and learn how to configure the optimizer on the system.
    Then you can download the files and implement the same.
    Regards
    Vivek

  • How to apply patch to forms 6i and report 6i version

    Hi to All,
    Can any give any link or Metalink Doc ID or any method to how to apply patch to forms and reports 6i in cleint server architecture.
    Thanks and Regards
    imran

    Hi user622720
    Pls Check this Link
    Pls verify this as an example:
    MyProject =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = servername)(PORT = 1540))
    (CONNECT_DATA =(SID = TEST))
    and change the bold fields as required according to ur application..!
    Hope it Helps,
    Regards,
    Abdetu..

  • How can apply Oracle BPEL patch to Oracle BPEL Process manager??

    Hi, Gurus:
    I am new to Oracle BPEL Process manager, I successfully install Oracle BPEL Process manager, but I need to install Oracle BPEL patch and the examples within it.
    so I download bpelpatches.zip, it has over 106 MB.
    It contains:
    1. p4369818_101200_GENERIC.zip
    2. p4343748_101200_GENERIC.zip
    3. p4406640_101200_GENERIC_Patch01.zip
    4. p4469111_101200_GENERIC_Patch02.zip
    I am using window XP, how Can I apply these patches to my system??
    How can apply Oracle BPEL patch to Oracle BPEL Process manager??
    Thanks a lot!!
    Charlie

    don't see any invoke in your client against the intiate operation.. - which creates the correlation
    only 2 of them
    <invoke name="Invoke_1" partnerLink="PartnerLink_1" portType="ns1:CorrelatedBPELProcess" operation="receive1" inputVariable="Invoke_1_receive1_InputVariable"/>
    <invoke name="Invoke_2" partnerLink="PartnerLink_1" portType="ns1:CorrelatedBPELProcess" operation="receive2" inputVariable="Invoke_2_receive2_InputVariable"/>
    compared to this def of the process
    <portType name="CorrelatedBPELProcess">
    <operation name="initiate">
    <input message="client:CorrelatedBPELProcessRequestMessage"/>
    </operation>
    <operation name="receive1">
    <input message="client:CorrelatedBPELProcessRequestMessage"/>
    </operation>
    <operation name="receive2">
    <input message="client:CorrelatedBPELProcessRequestMessage"/>
    </operation>
    </portType>

  • How do I apply 8.0.1 Patch?

    Anyone know how to apply the 8.0.1 patch for Linux? There are
    no
    instructions and it is not an installer like the windows
    patch. This is
    very frustrating and after running Coldfusion since verion
    4.5 on Linux,
    for the first time I don't know how to apply a patch?
    Is this an indication by Adobe that Linux isn't as well a
    supported
    platform as Windows??

    Thanks so much Jochem, I was pulling my hear out.
    To Adobe, yes, lets name all our executables .zip so everyone
    extracts
    the file and then scratches their heads wondering what the
    heck to do??
    What were you guys thinking?!
    I can't help but notice that the windows update was named
    .exe.
    Jochem van Dieten **AdobeCommunityExpert** wrote:
    > Brad Melendy wrote:
    >> Anyone know how to apply the 8.0.1 patch for Linux?
    >
    > Just execute it, it is an executable just like every
    other release.
    >
    > Jochem
    >
    >

  • How to apply Critical patch update

    Hi all,
    I want to kow how to apply Critical patch update of oct2009 in RHEL for oracle 9.2.0.8.

    user600286 wrote:
    Note 881382.1(section 5.8) states the terminal CPU for 9.2.0.8 will be CPUJul2010. The CPUOCT2009 can be downloaded for 9.2.0.8 as patch 8836758.
    Thanks for the correction. I may have seen an earlier revision.

  • Where to get a patch and how to apply it

    Hi there,
    I have to ask a really beginners question, so please don't crucify for doing so.
    I have Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    I’m doing some studying about PL/SQL Hierarchical Profiler. Studying PL/SQL Hierarchical Profiler I needed to run plshprof.exe, which is supposed to be in $ORACLE_HOME/bin/, but it isn’t.
    I found this thread
    Database Upgrade
    it explains that there is a bug in the version and that it can be fixed by patching to 11.1.0.7.
    I don’t know how to apply a patch (or where to get it) to do this. I tried browsing oracl.com, but didn’t find anything.
    I hope it’s not like an upgrade and that I don’t have to download 1.7GB of data.
    Please advice...
    Thank you

    You can only get patches from My Oracle Support website (https://support.oracle.com). You will need a valid Customer Support Identifier (CSI) to access this site - a CSI is given when you purchase a support contract from Oracle Support.
    If you do not have a CSI, one option would be to download and install 11gR2, assuming you have qualified hardware/software.
    HTH
    Srini

  • How to apply Content server patch

    Hi,
    How do I apply a Content server patch on Solaris. The Content server installed is 6.40
    I followed the OSS Note Note 514500 - Importing Support Packages for the SAP Content Server.
    It says Replace the Shared Libraries in the directory "libexec" of your Content Server/Cache Server installation against the files from the ZIP archive.
    I do not find libexec directory on Content Server in <sid>csc user and <sid>cs user. Based on this, I have the following questions.
    1- Can you please let me know, where can I get this directory libexec.
    2- Also please let me know, how can I get the latest patch version of my content server 6.40
    3- Can anyone provide me OSS Notes, help URL for Content Server 6.40 on Unix flavour (solaris etc)
    Thanks,

    Dear Abdul,
    It looks like your installation is not complete, please recheck.
    1) You will find the libexec in the installation directory of the <sid>cs and <sid>csc folders.
    2) I have successfully applied the patch for the same using the SAP Note no: 514500 and its updated successfully.
    3) Steps in breif
    3.1) Stop the apache server
    3.2) Extract the downloaded patch on your local desktop, which extarcts few .so files
    3.3) Thru any FTP client (winscp) copy the files on the local desktop to the folde /<sid>cs/libexec folder
    3.4) Set the permissions to 755
    3.5) Start the Apache server
    3.6) Goto CSAdmin on your R3 system and check the version change in the Overview Tab under Version, Build and pVersion sections
    Hope this helps
    Note 664384 - Generation info for Apache Web server for SAP Content Server
    Note 586895 - SAP Content Server for UNIX (composite SAP note)
    Regards
    Prasad

  • How to apply patches to SP16?

    Hi,
    I am looking for a clear direction of how to apply patches to the J2EE Engine 6.40 SP16 to SP20. I have NW04, and the patch level is 102141.313. Please tell me how to start. Thank you.
    Regards,
    -Napadol

    Hi,
    Download te following file from service markeplace
    CTRLMSS20_0-20001822.SAR
    J2EERT20_0-10001982.SAR
    J2EERTOS20_0-20001822.SAR
    SAPINST20_0-20001822.SAR
    Uncar these SAR files
    Hope you know how to uncar these files.
    After Uncarring two folders will be generated.
    J2EE-RUNT-CD
    SAPINST-CD
    Run the <b>sapinst</b> present within the SAPINST-CD folder.
    Choose the option Import support package.
    This will patch the engine from SP16 to SP20
    Any queries revert back.
    Do reward poits.
    Regards,
    Nayana

  • How to apply CPU patch

    Hi...guys...
    I want to apply the CPU patch for 2-NODE RAC Database..
    Actually I never applied patches..plz can any one guide me how to apply the CPU patches for RAC...
    As per as my knowledge..
    1.apply the patch for clusterware.
    2.apply the patch for database level...
    is its right...
    Another thing is how to upgrade the 10.2.0.2 to 10.2.0.4 for RAC ...
    plz help me..

    Hi,
    you are right, clusterware always has to be on the same or higher patchlevel as/than the database so you will patch it first. Generally, the hardest part is finding the patch on metalink, once you have found it, there is a readme with every patch that has very detailed instructions on what to do. For CPUs and other patches, you will generally bring down services on one node, then run opatch on that node. Once it is done patching, it will tell you to restart all services on that first node and shut down services on the other node(s). Once you hit OK opatch will continue to patch the remote hosts.
    The upgrade to 10.2.0.4 will be a bit more complicated. AFAIR there is a real installer with that one and once you are done patching the software you also have to patch the database itself which means downtime.
    Bjoern

  • How to apply BI netweaver 2004s front end patch 14

    Hi,
    We have GUI 640 and we want to apply BI netweaver 2004s front end patch 14.
    i have downloaded  trhe exe file but do not know how to apply it.
    Can somebody tell me this?
    Akshay K.

    hi,
    u can close all the SAP Sessions even logon pad  and execute the exe file...
    say continue....  it will execute automatically
    after that u can see the patch version in open  logoon pad--> click on about sap logon... here u can see the patch level
    thanks

Maybe you are looking for