How to determine patch bundle level?

Hi, there,
Newb to Exadata here (apologies if this is obvious). We're looking to upgrade our Exadata machine (v2) from 11.2.0.1 to 11.2.0.2 and we need to know which patch bundle we're currently on. I tried figuring it out myself and I can't find how to do it. Anyone know?
Mark

You can use the registry$history or dba_registry_history, but those views will only show patches that have been applied against the database in the patch post-installation steps. If you create a new database after applying the patch, the application will not show up in the registry history views.
I would definitely compare your opatch lsinventory against note 888828.1. Check out the "enumerated patch list" which will give you the expected patch list for an opatch lsinventory. Also, remember that you have to be on 11.2.0.1 BP6 or higher before upgrading to 11.2.0.2.

Similar Messages

  • 11i: How to determine current CU level?

    I'm new to 11i and would like to know how to determine if we are running 11.5.10 CU2?
    I was hoping to find a SQL statement or some configuration file somewhere that would provide definitive information about the installed "consolidated update".
    Thx.
    Don

    903322 wrote:
    I'm new to 11i and would like to know how to determine if we are running 11.5.10 CU2?
    I was hoping to find a SQL statement or some configuration file somewhere that would provide definitive information about the installed "consolidated update".SQL> select release_name
    from fnd_product_groups;
    https://forums.oracle.com/forums/search.jspa?threadID=&q=RELEASE_NAME+AND+fnd_product_groups&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    From the application: Help > About
    Thanks,
    Hussein

  • How to determine J2EE patch level

    If I go to the CMD prompt running the Dispatcher, I can enter "version" and the > prompt and get the following:
    SAP J2EE Engine Version 6.20 PatchLevel 78993.20
    How does this patch level translate to patch levels 6 throuch 32 on service.sap.com/patches?
    Thanks in advance.

    Hi Gary,
    you can mark your question as self solved to show other users that this toppic has been solved.
    Regards
    Gregor

  • How to determine the current update level of the system

    How can we determine the current update level of the system. uname -a shows the release but how to obtain the update level through a program?
    I have this sample program to display the version
    #include <iostream>
    #include <sys/utsname.h>
    #include <dirent.h>
    using namespace std;
    int main()
      struct utsname osinfo;
      // Call uname to get system info, then extract strings.
      uname(&osinfo);
      if (osinfo.machine)  {
        cout<<" Machine : "<<  osinfo.machine;
      if (osinfo.sysname)  {
        cout << "\nOS Name : " << osinfo.sysname;
    if (osinfo.release[0] != '\0')  {
        cout<<"\nRelease : " << osinfo.release;
    }My aim is to check if the Solaris box is 5.10 update 4 or not.
    Edited by: nidhish9 on Nov 27, 2007 5:11 AM

    nidhish9 wrote:
    How can we determine the current update level of the system. uname -a shows the release but how to obtain the update level through a program?
    I have this sample program to display the version
    #include <iostream>
    #include <sys/utsname.h>
    #include <dirent.h>
    using namespace std;
    int main()
    struct utsname osinfo;
    // Call uname to get system info, then extract strings.
    uname(&osinfo);
    if (osinfo.machine)  {
    cout<<" Machine : "<<  osinfo.machine;
    if (osinfo.sysname)  {
    cout << "\nOS Name : " << osinfo.sysname;
    if (osinfo.release[0] != '\0')  {
    cout<<"\nRelease : " << osinfo.release;
    }My aim is to check if the Solaris box is 5.10 update 4 or not.
    Edited by: nidhish9 on Nov 27, 2007 5:11 AMIt's in /etc/release...
    essapd020-u004$ cat /etc/release
                           Solaris 10 8/07 s10s_u4wos_12b SPARC
               Copyright 2007 Sun Microsystems, Inc.  All Rights Reserved.
                            Use is subject to license terms.
                                Assembled 16 August 2007
    essapd020-u004$ It can be processed with some simple commands:
    essapd020-u004$ cat /etc/release | head -1
                           Solaris 10 8/07 s10s_u4wos_12b SPARC
    essapd020-u004$ cat /etc/release | head -1 | cut -f2 -d_ | cut -c1,2
    u4
    essapd020-u004$ Best,

  • How to determine the level Of FRBs

    Hi All
    Can anybody tell me how to determine the level of profit center ( FRBs)
    in SAP. I mean for example that how will i find out the level the level of
    FRBs in the table BSIS.

    Below query will help
    select Serverproperty('productlevel'),
    Serverproperty('productversion'),
    Serverproperty('edition')
    The last column will show you edition which will confirm whether it is enterprise ,standard,evaluation or express
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • How to determine the patch number used (installed using runInstaller)

    Whilst it easy to find the patch number installed using opatch by using the lsinventory argument.
    Is there a way to find patch number for a patch applied via runInstalled?
    META-INF/MANIFEST.MF from platform/iam-platform-kernel.jar,gives the following:
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.7.0
    Created-By: 19.1-b02 (Sun Microsystems Inc.)
    Product-Version: 11.1.1.3.0
    Build-Number: 11.1.1.3.0.0.0
    Built-By: aime1
    Build-Tag: Build_11.1_1_3.0_0_0
    Built-at: 05/02/2011 06:46
    Version: 11.1.1.3.0
    Build-Label: IAM_11.1.1.5.0_GENERIC_110502.0500
    Build-Transaction: NONE
    But I need the exact patch number, eg, p1234567.
    Anyone know where to find this information?
    The system has been patched from 11.1.1.3 to 11.1.1.5
    I am looking for the patches used for WLS, SOA and OIM.
    Regards
    Hanif

    Another way to get it is:
    SELECT XSD_CODE,XSD_VALUE FROM dev_oim.XSD WHERE xsd_code='XL_ADE_LABEL';
    Check Note: 1247564.1 for 11.1.1.3 and 1360009.1 for 11.1.1.5 for builds to patch mapping. Check Note:1299977.1 for how to determine build numbers.
    For WLS you can use: http://docs.oracle.com/cd/E13222_01/wls/docs81/admin_ref/clic.html
    For OIM as mentioned above
    For SOA: $mw_home\Oracle_SOA\bin\soaversion.cmd (or soaversion.sh) to know the SOA version or
    SELECT version, status, owner FROM schema_version_registry where owner = 'DEV_SOAINFRA';-Bikash

  • Re:How to determine the long running jobs in a patch

    Hi ,
    How to determine the long running jobs in a patch .
    Regards

    Hi,
    Check the below MY ORACLE SUPPORT note:
    Note.252422.1 .... Check Completed Long Running Jobs In Oracle Apps.
    Best regards,
    Rafi

  • How do I determine Maintenance release level

    Good morning,
    Can anyone tell me how to determine the maintenance release level on an OES11.1 SP1 server ?
    The instructions for NSM 4 say you need to be at OES11.1 SP1 with Jan 2013 Maintenance release applied.
    When I run "cat /etc/novell-release" my reply is;
    VERSION LEVEL = 11.1
    PATCHLEVEL = 1
    I tried looking in YaST2 "Software Management, though that was any help for me.
    Is there another way to determine if the Jan 2013 Maintenance release was applied. Maybe a file date somewhere?
    Thanks,
    Allen

    On 12/03/2015 15:16, allenmorris wrote:
    > Can anyone tell me how to determine the maintenance release level on an
    > OES11.1 SP1 server ?
    >
    > The instructions for NSM 4 say you need to be at OES11.1 SP1 with Jan
    > 2013 Maintenance release applied.
    >
    > When I run "cat /etc/novell-release" my reply is;
    >
    > VERSION LEVEL = 11.1
    > PATCHLEVEL = 1
    >
    > I tried looking in YaST2 "Software Management, though that was any help
    > for me.
    >
    > Is there another way to determine if the Jan 2013 Maintenance release
    > was applied. Maybe a file date somewhere?
    As far as I know there's no command or log file which will easily show
    which maintenance release(s) has/have been applied.
    Since you're wanting to know whether a particular one has been applied
    what you can do in this case is check your installed versions of the
    packages shipped in that maintenance release. See
    http://download.novell.com/Download?...d=73ZrJ9ZUGjQ~ and
    http://download.novell.com/Download?...d=DHDMLrK5Wgc~ for the January
    2013 Scheduled Maintenance release for OES11 SP1 inc. eDirectory.
    Use "rpm -q <package>" to check which version of the package is
    installed - this will also report if a package is not installed. For
    example, to check which version of the ifolder3-enterprise package you
    have installed use "rpm -q ifolder3-enterprise".
    Given the number of novell-* packages updated by the January 2013
    Scheduled Maintenance update I would use "rpm -qa novell-*|sort" to list
    all novell-* package versions (note the "-qa" is needed because of the
    "novell-*" wildcard).
    HTH.
    Simon
    Novell Knowledge Partner
    If you find this post helpful and are logged into the web interface,
    please show your appreciation and click on the star below. Thanks.

  • How do i download a patch(ex: level 10) and screen painter patch for gui ?

    Hello,
    how do i download a patch(ex: level 10) and screen painter patch for gui ?
    Thanks,
    Shehryar

    Hi,
    Please see 323878 and 303476.
    I believe that you 'll find there the solutions.
    Regards
    Nuno Mendes Fernandes

  • How to check patch level in SAP 6.0 ?

    how to check patch level in SAP 6.0 ?
    is there any T code available for this
    thnx in advance

    Hello,
    In note [1076022|http://service.sap.com/sap/support/notes/1076022] we can see:
    b) Minimum support package levels and SAP kernel patch levels
       For non-SAP BW systems the minimum 700 SAP_BASIS support package level is SP14.
       For SAP BW systems, the minimum 700 SAP_BASIS support package level is SP16 and the minimum 700 SAP_BW support package level is SP18.
       Please consult note 1152240 for the minimum DbSl kernel patch level and the minimum JDBC driver requirements.
    Regards,
    Eduardo

  • How to update patch level?

    Hi,
    How to update patch level from 144 to 145?
    Please advise!
    Thanks
    Duypm

    You already have a thread opened for that.
    No interview questions
    No research done
    No double posting
    Read the "Rules of Engagement"
    Regards
    Juan

  • How to determine how long an Oracle patch will take to complete?

    Hello,
    Does anybody know of a way as to how to determine how long a certain Oracle patch will take when it is applied?
    Regards.

    Another thing to consider is if the patch does any data conversion/inserts/updates/validation/etc. Running a patch against a small test instance with 100 users and 10,000 invoices may take considerably less time than it does against a production size instance with 22,000+ users and millions of invoices.
    We try to test every patch against a production size test instance prior to implementing it into production.

  • How can I determine the liquid level in a bottle (LabView Vision)?

    How can I determine the liquid level in a bottle (LabView Vision)? Does anybody have an example code? The task is, that if liqid level is between two predetermined level, the program writes, that it is correct else it writes incorrect. Thank you.

    here is a little play with your bad picture:
    used only the small field of interest (here a guess) ,
    used only the red channel ( takes out most of the light reflection)
    grey scale, 3x(blurr, median filter) , played with  contrast -gamma - saturation
    now you need to add the edge detection and some sort of scale.
    Greetings from Germany
    Henrik
    LV since v3.1
    “ground” is a convenient fantasy
    '˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'

  • Conditional Layout (How I can determine page filling level? )

    The document consist with two parts:
    Part1: lines
    Part2: 1 line+signature+stamp = should be inseparably
    Situation1:
    When part1 have n lines which up to 80% page then document allocated on single page. No problem.
    Situation2.
    When part1 have n+k lines which filled page over 80% then part2 must be on next page.
    How I can determine end-of-page marker?
    or
    How I can determine page filling level ?

    Part2 should be allocated on single page with part1 ( if possible).

  • How do I patch Apple computers on an enterprise level?

    How do I patch Apple computers on an enterprise level?

    Apple Remote Desktop 3
    https://www.apple.com/remotedesktop/

Maybe you are looking for

  • Plant Stock details for a given date

    At present we are using MB52 for latest stock position of a plant. Is there any code for getting stock details for earlier date. As we are facing lot of problems while audits....

  • Field validation using distributed form's "Submit Form" built-in function

    Hello, I am hoping someone can help me out with a small problem I'm having. I have a hidden field on a form which is the total of other numeric values on the form with code in place so that if the number doesn't equal what it should, the alert box is

  • Battery Consumption Up Win 8.1 Update 1 W530

    Fan is running at low audible level constantly with low program load, battery appears to be draining much faster than before 8.1 or 8.1 Update 1.   Running Win 8.1 Update 1 Pro 64 bit, all latest lenovo updates and bios and latest windows updates.  B

  • Hwo to fix white screen ipod nanos

    how to fix ipod 6th generation which has a white screen

  • FileNotFoundException when file is present.....

    Please read the code below and tell me whats wrong....this cropped up suddenly... public class Hi { public Hi() { public static void main(String[] args) throws Exception { FileOutputStream fo = new FileOutputStream("trail"); fo.write(10000000); fo.cl