COMPLETE LIST OF PATCHES WHICH APPLY TO 9.0.2.0.1

It seems that there are several patches floating around for
the latest production release of portal: 9.0.2.0.1 (Linux)
My question is simple:
Can we get a complete patch list of all patches which apply
to 9.0.2.0.1?
It would be nice to install the patches BEFORE running into
the issues, instead of wasting cycles on things which are
already patched.
Product Management, is there a way to get this list???

it would be very useful to get a list of these one off patches as they are released - nothing is getting posted in this forum recently regarding availability of patches.
Any bug fixes are a good thing, especially if it means I do not have to wait until Q1 next year for a patch set.

Similar Messages

  • How to get list of applied patches which applied using admrgpch

    How to get list of applied patches which applied using admrgpch

    You can't really get the individual patch IDs from a merged patch, unless you have the log file from the admrgpch run available.
    You can, however, get the list of bugs fixed by a merged patch, and those bug numbers sometimes, but not always, correspond to a patch ID. Keep in mind, though, that individual patches often contain entries for multiple bug numbers.
    Here's a query that I use to look at the contents of merged patches. It works best if the merged patches have been given unique names, instead of the default name 'merged' from admrgpch. If you run it and see that everything belongs to patch name 'merged,' you might want to change the selected column to ap.applied_patch_id instead of ap.patch_name.
    select ap.patch_name
    , ad.orig_patch_name
    , ad.driver_file_name
    , ad.merged_driver_flag
    , ad.merge_date
    , bug.bug_number
    , cp.patch_abstract
    from ad_applied_patches ap
    join ad_patch_drivers ad using (applied_patch_id)
    join ad_comprising_patches cp using (patch_driver_id)
    join ad_bugs bug using (bug_id)
    order by applied_patch_id;
    Regards,
    John P.
    http://only4left.jpiwowar.com

  • How to find the list of patches which are applicable to DS 5.2

    Hi;
    Is there any web page which lists the list of the patches which are released for Directory Server 5.2.
    I appreciate your assistance

    Read:
    http://docs.sun.com/source/817-7611/index.html#wp33336
    And also all the release notes.
    � SUN ONE Directory Server 5.2 release notes:
    http://docs.sun.com/source/816-6703-10/index.html
    � SUN Java System Directory Server 5.2 / 2005Q1 release notes:
    http://docs.sun.com/source/817-7611/index.html
    � SUN Java System/Directory Server 5.2 / 2005Q4 release notes
    http://docs.sun.com/source/819-2405/index.html
    � SUN Java System/Directory Server 5.2 / 2005Q1 release notes for Compressed Archive
    http://docs.sun.com/source/819-1815/index.html
    � SUN Java System/Directory Server 5.2 / 2005Q4 release notes for Patchzip
    http://docs.sun.com/source/819-4290/index.html
    You may find the following script useful.
    #! /bin/sh
    # chk_patches_sjes_ds52.sh
    # Gary Tay, 1-Apr-2005 written
    # Pls customize the patches you are checking, use blank to separate
    # multiple patch ids, eg: 5.9:112345 113456
    # Pls refer to:
    # http://docs.sun.com/source/817-7611/index.html#wp33336
    #114677-08 SunOS 5.9: International Components for Unicode Patch
    #117724-10 SunOS 5.8: NSPR 4.5.1 / NSS 3.9.5 / JSS 4.0
    #115342-01 SunOS 5.9: Simple Authentication and Security Layer (2.01)
    #115610-18 SunOS 5.9_sparc: Administration Server 5.2 patch
    #115614-20 SunOS 5.9: Directory Server 5.2 patch
    #117015-16 Patch for localized Solaris packages
    #116837-02 LDAP CSDK - SUNWldk, SUNWldkx
    # Solaris 8: (DS 5.2 Patch3 for the package version)
    #115610 SunOS 5.9 : Sun Java(TM) System Directory Server 5.2 patch 3 (Adminserv)
    #115614 SunOS 5.9 : Sun Java(TM) System Directory Server 5.2 patch 3 (DS)
    #117722 SunOS 5.8: NSPR 4.5.1 / NSS 3.9.5 / JSS 4.0...
    #118615 LDAP Java Development Kit 4.17 SunOS 5.8 5.9 _x86: genesis patch
    # Solaris 8: LDAP-Client
    #108993 LDAP-Client for Solaris 8 (phase II)
    #108808 LDAP-Client for Solaris 8 (man-pages)
    # And at your choice for for JES 114045
    cat >/tmp/chk_patches$$.tmp <<EOF
    5.8:108993 115610 115614 117722 118615 108808 114045
    5.9:114677 117724 115342 115610 115614 117015 116837
    EOF
    SOLARIS_VER=`uname -r`
    PATCH_IDS=`grep "$SOLARIS_VER" /tmp/chk_patches$$.tmp | cut -d: -f2`
    for i in `echo $PATCH_IDS`
    do
    RESULT=`showrev -p | grep "^Patch: $i-"`
    [ -n "$RESULT" ] && echo $RESULT
    [ -z "$RESULT" ] && echo PATCH $i not found...
    done
    /bin/rm -f /tmp/chk_patches$$.tmp
    Example of running chk_patches_sjes_ds52.sh:
    # ./chk_patches_sjes_ds52.sh
    Patch: 114677-08 Obsoletes: Requires: Incompatibles: Packages: SUNWicu, SUNWicux
    Patch: 117724-10 Obsoletes: 115926-10 Requires: Incompatibles: Packages: SUNWtls, SUNWtlsx, SUNWpr, SUNWjss, SUNWprx
    Patch: 115342-01 Obsoletes: Requires: Incompatibles: Packages: SUNWsasl, SUNWsaslx
    Patch: 115610-17 Obsoletes: Requires: Incompatibles: Packages: SUNWasvc, SUNWasvu, SUNWasvr, SUNWasvcp
    Patch: 115614-19 Obsoletes: 117907-02 Requires: 115610-17 Incompatibles: Packages: SUNWdsvr, SUNWdsvcp, SUNWdsvh, SUNWdsvhx, SUNWdsvu, SUNWdsvx, SUNWdsvpl
    PATCH 117015 not found...
    Patch: 116837-02 Obsoletes: Requires: Incompatibles: Packages: SUNWldk
    Gary

  • Which patch to apply

    Hi All,
    I want to apply a patch on Oracle AS.
    my Oracle As version is
    SQL*Plus: Release 10.1.0.4.2 - Production on Sat Jul 23 11:07:41 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter user-name:
    I compared my prod with my new Prod, I can see that the different in patchset
    on prod:
    Creating log file "/opt/oraapps10g/OraHome/.patch_storage/LsInventory__07-23-2011_11-20-00.log"
    Result:
    Installed Patch List:
    =====================
    1) Patch 5148419 applied on Sat Dec 13 10:57:09 GMT-06:00 2008
    [ Base Bug(s): 5123798  ]
    OPatch succeeded.
    on new Server i am not seeing any patch information when i run opatch lsinventory.
    When i go to metalink and searched for Patch 5148419, I dont find in metalink. i find patch for 5123798 it is for
    10.2.0.3 and not for the PROD release 10.1.0.4.2.
    Could you please let me know if i will apply this patch as per the metalink note 367577.1 if i will apply the which patch i need to apply for my version?
    Your help is much appreciated in this regards.
    Thanks and Regards,

    Hi there,
    if you plan to go with 9.2.0.8 then login to Metalink and:
    1) Click on "Patches & Updates" and check the "Recommended Patches" link for 9.2.0.8
    2) Check out Note:388281.1 ("Advanced Search ==> DocID)
    Kind regards
    Mike

  • Complete list of pre-installed root certificates in Java keystore?

    I need a complete list of from which version and update of JDK, J2SE, Java SE etc different root certificates are pre-installed in the keystore.
    Someone that can help?

    levhal wrote:
    No.
    What I need is a list of when the different root certificates was supported by Java. An example could be:
    "Thawte Premium Server CA" was preinstalled since J2SE 1.3
    "GlobalSign Root CA" was preinstalled since J2SE 1.4.2 update 16Write to Sun/Oracle since I doubt if anyone visiting this site has such a list or has access to the information required to create such a list.

  • How to find out the list of patches applied without using inventory?

    Hi,
    I have been asked this question once.
    How will you find out the list of patches applied to Oracle Database Home without using commands like opatch lsinventory -detal etc...
    I think registry$history is a view from where we can find out the list of patches applied.
    But I think it will not include all the bug fixes,stand alone or one-off patches.It will mainly list out the CPU patches applied(correct me if I am wrong).
    Thanks,
    Rushi

    Hi;
    Thanks Helios,
    Your welcome
    Could you tell me how do you all senior people manage to find metalink note for almost everything?There is nothing special, For me I just make more search at metalink than googling so after sometimes you started to notice which note could be related wiht issues more clearly.. Just keep searching at metalink and focus what you are searching only.. ;)
    If you could guide me I can do it my self and stop bothering you for some silly doubts.You dont bother me and also I belive the other forum users ;) We are also learning new information wiht user questions ;)
    Regard
    Helios

  • Which patch to apply in OEM 12c 12.1.0.4 -  PSU or Bundle patch

    Hello All,
    Could you please help me to understand - which patch to apply in OEM 12c 12.1.0.4 -  PSU or Budle patch ?  Per doc id - Enterprise Manager 12.1.0.4.0 (PS3) Master Bundle Patch List for Agent and Plug-ins (OMS and Agent side) (Doc ID 1900943.1) -
    which of the below  mentioned patch to be applied in OMS ?
    1> System Patch 12.1.0.4.10 - Patch 20675595 (This is a single Sytem patch that includes all the OMS-Side Plug-in Bundles released this month as well as OMS-side Plug-ins released in previous months.)
    or
    2> For 12.1.0.4, this is Patch: https://support.oracle.com/epmos/faces/BugDisplay?parent=DOCUMENT&sourceId=1900943.1&id=20392036https://updates.oracle.com/ARULink/PatchDetails/process_form?parent=DOCUMENT&sourceId=1900943.1&aru=20392036 &patch_password=&no_header=020392036 (12.1.0.4.3 PSU).  Please refer to Note.1995267.1 for the latest PSU patches available for Oracle Enterprise Manager Cloud Control 12c Release 4 (12.1.0.4).
    We recently upagraded our OEM from 12.1.0.2 to 12.1.0.4  with out using software updates option  during upgrade, hence none of the PSUs are applied to OEM. Now we want to apply latest OEM  patches which fixes all the fixes and bug/securities.
    I thought BP will include PSU as well but  why does DOC id - 1900943.1  says - NOTE: We recommend that you always apply the most recent quarterly PSU.  For 12.1.0.4, this is Patch: https://support.oracle.com/epmos/faces/BugDisplay?parent=DOCUMENT&sourceId=1900943.1&id=20392036https://updates.oracle.com/ARULink/PatchDetails/process_form?parent=DOCUMENT&sourceId=1900943.1&aru=20392036 &patch_password=&no_header=020392036 (12.1.0.4.3 PSU).  Please refer to Note.1995267.1 for the latest PSU patches available for Oracle Enterprise Manager Cloud Control 12c Release 4 (12.1.0.4). ??
    Please help .

    The answer is Yes.   
    The PSU is core OMS patches (think console, incident rules, notifications, etc.) This gets applied to your OMS ORACLE_HOME (i.e. /u01/app/oracle/mw/oms)
    The Plugin System Bundle is a compilation of all the latest plugin patch bundles (So for DB Plugin bundle it contains all the latest DB Plugin fixes).  The system patch will apply required patches as necessary, skip what's not.
    You can read more about the various patches here -
    Patching 101 - The User Friendly Guide to Understanding EM Patches - Courtney Llamas
    http://courtneyllamas.com/enterprise-manager-patching-faq/
    I highly recommend this note as well.  It will help identify exactly what should be applied to the entire EM env. 
    Applying Enterprise Manager 12c Recommended Patches (Doc ID 1664074.1)

  • How to know the list of patches applied to iAS Oracle home and 8.0.6 Home

    Hi,
    Please help me for the steps to know the list of patches applied to iAS Oracle home
    and 8.0.6 Home;
    as we can use ad_bugs, ad_applied_patches, OAM Applied Patches for Oracle Applications Patches list
    and we can use opatch lsinventory for Oracle Database patches applied list

    Thanks for sharing the answer. BTW, there are some exceptions like, determining Developer 6i patchset applied, and Oracle 9iAS version:
    How to find the developer version
    Re: how to find the developer version
    Note: 186981.1 - Oracle Application Server with Oracle E-Business Suite Release 11i FAQ
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=186981.1

  • When bookmarking a page, I can't get the complete list of bookmark folders to dropdown in order to select any folder in which to bookmark page. What do you set to get whole list of folders in Bookmarks to drop down?

    When bookmarking a page, I can't get the complete list of bookmark folders to drop down in order to select any folder in which to bookmark page. The 'Folder:' bar has 'Bookmarks Menu' showing. The arrow on the bar drops down 5 recent folders to which pages have been saved, but the pop down arrow to the right of the bar just opens to show the three categories and 'New Folder' button. What do you set to get whole list of folders in Bookmarks to drop down?

    To all, embarrassingly enough, I have discovered that I didn't know how to expand the three categories including 'Bookmarks Menu' in the 'Bookmark This Page' pop up interface. It was expanded by default on the initial Firefox opening and first page bookmark attempt. Next use it only showed categories. I clicked and double clicked the 'Bookmarks Menu' line, but failed to see the small, shaded triangle used to expand/collapse list. If it appears collapsed, just tap triangle at left of line to see all folders. It seems to open the same way after I do it for first time. Sorry for the inconvenience, and thanks for all the attempts to help.

  • Refer to Doc ID 825030 which talks about applying of patch for correction of date format in web adi. Is this patch can be applied on R12.1.3 instance as this patch released date is very old. Please suggest if there is another patch which be applied to cor

    Refer to Doc ID 825030 which talks about applying of patch for correction of date format in web adi. Is this patch can be applied on R12.1.3 instance as this patch released date is very old. Please suggest if there is another patch which be applied to correct the date format in web adi. currently the date is coming in number format.

    Hello,
    This document is for 11i Date Format Changes When Loaded Into Webadi (Doc ID 825030.1)
    use this document instead for R12 : Incorrect Date Format in Excel Sheet Generated Via WebADI (Doc ID 828253.1)
    <Moderator Edit - deleted MOS Doc content - pl do NOT post such content>
    Best Regards,
    Eric.

  • How can we find out list of patches applied to hyperion products

    Hi,
    How can we find out list of patches applied to hyperion products like HFM, Essbase, HFR..etc
    If we can go ahead with Opatch, Can any one please share the procedure of getting list of patches applied using this.
    Thanks in advance
    ARSV

    If your system is installed in D:\Oracle\Middleware
    D:\Oracle\Middleware\EPMSystem11R1\Opatch\opatch.bat lsinventory -oh D:\Oracle\Middleware\EPMSystem11R1 -jre D:\Oracle\Middleware\jdk160_21
    or
    D:\Oracle\Middleware\EPMSystem11R1\Opatch\opatch.bat lsinventory -detail -oh D:\Oracle\Middleware\EPMSystem11R1 -jre D:\Oracle\Middleware\jdk160_21
    Pablo

  • List of patches to be applied on E-Business Suite 11.5.10.2 during db upgra

    Hi,
    We are upgrading out databases from 10.2.0.4 to 11.2.0.3.
    Can some please list the patches to be applied on E-business suite (11.5.10.2) during this upgrade.
    OS : RHEL 5.5
    E-Business Suite : 11.5.10.2.
    Thanks,

    These are the patches I had to apply for upgrading 11.2.0.3 from 10.2.0.4 in ebs 11i hrms environment on SUSE linux 10.3 SP.
    8815204(application Patch)
    5644137(application Patch)
    7456837(application Patch)
    9535311(TXK AutoConfig and Templates patch from note:165195.1)
    9835302(Latest autoconfig patch))
    12942119(RDBMS Patch for linux platform)
    12960302(RDBMS Patch for linux platform)
    13004894(RDBMS Patch for linux platform)
    7721754(Post DB upgrade HRMS application Patch)
    As Hussein said followed this Interoperability Notes Oracle EBS 11i with Oracle Database 11gR2 (11.2.0) [ID 881505.1] And
    Using AutoConfig to Manage System Configurations with Oracle Applications 11i [ID 165195.1
    Hope this helps.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Which patch to apply in ONLINE mode

    How can we judge which patch to apply in ONLINE/Hot mode...??
    Is the patch readme only option ??
    or there is some other way ??

    Hi Vicky,
    General Patch readme shows you that if patch require down time or no? other than that you need to assume from your server performance wether you will able to apply patch online with sufficenet worker or not? and how much time will it take? also consider the size of patch you need to apply. And then take decision wether to apply patch online or not?
    Thanks,
    Vishal Joshi

  • Function Module which gives complete list of objects that another object to

    Hi All,
    Is there any standard FM that can give us complete list of objects that another object(Order/Cost Center) settles to??
    Thanks in advance,
    Prathima

    Hi,
    Question is not clear.
    Revert back,
    Regards,
    Naveen

  • How to determine the Plunin Bundle Patch version applied

    Working to apply the EM DB Plugin Bundle Patch 12.1.0.5.8 (Agent Monitoring).  The current Plug-in Version is 12.1.0.5.0.  How can I check or determine that the 12.1.0.5.8 Plugin Bundle Patch has been applied to a given Agent?  Bundle Patches are being released maybe every 30-days.  Would like to be able to view the Plugin Bundle patch level for a given Agent to the 5th number, "8" in this case 12.1.0.5."8" .

    From EM, go to the Agent target, on the bottom left hand side, you'll see a Configuration section, click on the Oracle Home and Patch Details link...
    This will bring up the Oracle Home for the agent, and in the middle-right section there is a TAB for Patches Applied. This will list the Patch # and the Description, which has the 5th digit...
    If you're on the agent, each plugin has it's own ORACLE_HOME.  You can find them by looking at the inventory, or run opatch from the agent...
    if agent is installed in /oracle/agent, you will have a plugins directory:
    drwxr-xr-x  8 cllamas dba 4096 Feb  4 15:03 oracle.mysql.omys.discovery.plugin_12.1.0.1.0
    drwxr-xr-x  6 cllamas dba 4096 Feb  4 15:03 oracle.sysman.db.discovery.plugin_12.1.0.7.0
    drwxr-xr-x  8 cllamas dba 4096 Feb  4 15:03 oracle.sysman.emas.discovery.plugin_12.1.0.7.0
    drwxr-xr-x 11 cllamas dba 4096 Feb  4 15:09 oracle.sysman.oh.agent.plugin_12.1.0.4.0
    drwxr-xr-x  6 cllamas dba 4096 Feb  4 15:03 oracle.sysman.oh.discovery.plugin_12.1.0.4.0
    drwxr-xr-x  7 cllamas dba 4096 Feb  4 15:03 oracle.sysman.vi.discovery.plugin_12.1.0.1.0
    drwxr-xr-x  6 cllamas dba 4096 Feb  4 15:03 oracle.sysman.xa.discovery.plugin_12.1.0.6.0
    You can run opatch lsinventory -oh /oracle/agent/plugins/oracle.sysman.oh.agent.plugin_12.1.0.4.0
    to get the version and patches applied.   I've already upgraded to DB Plugin 12.1.0.7 so i don't have an example to show at command line, but it will also list out the patch # and description which will have the 5th digit.

Maybe you are looking for

  • Icons in the taskbar-too many

    I've have become familiar with java to the point where i know that when i run a java supported program it appears in the taskbar and when i close that program the icon goes away. well my icons have not been going away and not only that i have as many

  • How can you tell what version of JDK a class was compiled under

    Kind Folks, I have a Java application purchased from a vendor that is certified to run under JDK/JRE 1.2xxx. I recently received some extensions to the application from the vendor's consulting arm but I am having problems with the extensions. I belie

  • Assign Business Area to cost center

    HI Guru's i would like to assign the business area to existing cost center, which is having some posted entries. But system throws the below error message "For change Business area is not possible (transaction data already exists)" Pls help me Rgds,

  • The backslash key bound to " " all other keys are fine [SOLVED]

    Hi, I was wondering how I could rebind the problem key to the right character, or change the keymap if necessary, although the other keys are all fine.  I hope this is the right place to ask and thanks in advance. Last edited by EponaFries (2010-06-0

  • PDFReader Pro

    Having trouble opening a PDF file on the ipad with PDFReader Pro