How to find / get the list of oracle patches applied using SAPGUI

At OS Level  as ora<SID> user from directory /usr/sap/<SID>/102_64/OPatch/opatch inventory command gives the output of applied  oracle patches. How to find out form SAPGUI login the same information.
Thaanx in advance.
PR

Hi ,
You can execute few commands from SAP level, suppose for example if you don't have access to Operating system.But it will be executed  under sidadm user.Opatch utility will executed under orasid user ( concerns if you have Unix flavour ) .
I have used this and it gives the result.
in SAP level ,
SE38 -
>program name RSBDCOS0 -
> execute -
>/oracle/<SID>/920_64/OPatch/opatch lsinventory
[1]/oracle/CWR/920_64/OPatch/opatch lsinventory
Oracle Interim Patch Installer version 1.0.0.0.57
Copyright (c) 2007 Oracle Corporation. All Rights Reserved..
We recommend you refer to the OPatch documentation under
OPatch/docs for usage reference. We also recommend using
the latest OPatch version. For the latest OPatch version
and other support related issues, please refer to document
293369.1 which is viewable from metalink.oracle.com
Oracle Home           : /oracle/CWR/920_64
Oracle Home Inventory : /oracle/CWR/920_64/inventory
Central Inventory     : /oracle/CWR/oraInventory
   from               : /etc/oraInst.loc
OUI location          : /oracle/CWR/920_64/oui
OUI shared library    : /oracle/CWR/920_64/oui/lib/aix/liboraInstaller.so
Java location         : /oracle/CWR/920_64/jdk/jre/bin/java
Log file location     : /oracle/CWR/920_64/.patch_storage/<patch ID>/*.log
Creating log file "/oracle/CWR/920_64/.patch_storage/LsInventory__06-12-2008_12-33-47.log"
Result:
  Installed Patch List:
  =====================
  1) Patch 6000096 applied on Thu Dec 20 14:19:51 CET 2007
      [ Base Bug(s): 5172444 3521347 3639130 5140931 4541524 4483286 5129407 5977665 5562159  ]
  2) Patch 5530958 applied on Thu Dec 20 14:19:09 CET 2007
      [ Base Bug(s): 5530958  ]
  3) Patch 5496862 applied on Thu Dec 20 14:18:10 CET 2007
      [ Base Bug(s): 5496862  ]
  4) Patch 5369855 applied on Thu Dec 20 14:15:20 CET 2007
      [ Base Bug(s): 5369855  ]
  5) Patch 4660718 applied on Thu Dec 20 14:14:26 CET 2007
      [ Base Bug(s): 4660718  ]
  6) Patch 5901875 applied on Thu Dec 20 14:12:27 CET 2007
      [ Base Bug(s): 5901910 5490859 2701372 5901875 5491035  ]
OPatch succeeded.
if you need , you can change the directory using change directory option.

Similar Messages

  • How can I get the LIST in calendar like I used to?

    Before IOS7 I used to be able to view my appts. in list format to scroll through - this was so easy to look at mulitple ays events at one time. Now I can't.
    Can anyone ell me how to change the settings?

    Tap the search magnifying glass at the top to get the list view.

  • If I wish to print Contacts as a list how do I get the list to be alphabetized.  All my contacts print but they are not in alpha order.

    Sign out

    If I wish to print Contacts as a list how do I get the list to be alphabetized.  All my contacts print but they are not in alpha order.-cannot find an answer other than use iCloud which did not work.Tried Safari and Firefox.
    What to try?

  • How can i get the list of all users present in the UME ?

    Hi Experts,
    How can i get the list of all users present in the UME ?
    Is there any API or function Code to get all user list??
    Please help me out!!!
    Help will be rewarded
    -pankaj chouhan

    Hi Pankaj,
    find the official NetWeaver security javadocs (including access to UME) <a href="http://help.sap.com/javadocs/NW04S/current/se/index.html">here</a>. Look for classs UMFactory and proceed from there.
    Best regards,
    Martin

  • How can I get the list of drivers without getting popup message?

    Every time the application gets to this line:
    File[] roots = File.listRoots();
    I get message box: "There is no disk in the drive.
    Please insert disk into drive A:"
    How can I get the list of drivers without getting
    this message popup?

    I don't have a solution to this problem. However, it does occur and it is annoying. I am testing our application on 4 client machines. On three of them, it NEVER asks for the floppy disk. On the remaining one, it ALWAYS asks. I have looked on the computers and cannot find any configuration differences (in fact, these machines are kept in a "closed environment", and therefore, they are configured, by default, exactly the same).
    Does anyone have any thoughts?

  • How can i get the list of all users present in the LDAP

    Hi Experts,
    How can i get the list of all users present in the LDAP ?
    Is there any API or function Code to get all user list??
    Please help me out!!!
    Help will be rewarded

    Well it will depend on exactly where your UME configuration points to in the LDAP tree but yes, it is possible to get all users.  Something like the following should do it:
    import com.sap.security.api.*;
    import com.sapportals.portal.prt.component.*;
    IUserFactory iuf;
    ISearchResult isr;
    IUser user
    String userid;
    iuf = UMFactory.getUserFactory();
    isr = iuf.getUniqueIDs();
    you will need to iterate the ISearchResult object but you can get IUser objects by
    userid = (String)isr.next();
    user = iuf.getUser(userid);
    then you can imanipulate / identify / or whatever you need with the user object
    Haydn

  • How can i get the list of DB02's Table spaces-overview?

    Dear Experts,
           Could you help me about how can i get the list of DB02's Table spaces-overview? which function module can do it?
    Thanks a lot

    Hi,
    Execute this FM DB02_ORA_FILL_TD110
    U will get all the details of table spaces in the importing parameter TD110 of that FM.
    Reward if helpful
    Regards
    Vodka.

  • How can i get the list of all tcode used by user of particular module

    Hi,
    How can i get the list of all tcode used by user of particular module (e.g FI , MM ,PP) within year .
    Regards
    Vikram

    Login to your SAP System
    Run TCode SE16
    Type Table Name : TSTCT
    Press F7 Key (Table Contents )
    Go to Settings in menu bar
    Select User Parameters
    Under Keyword select Field Label and press green check mark
    Select your criteria in Data Browser and execute
    You will see all t codes in there
    Regards,
    Yogesh

  • By API action, how can I get the list of user IDs within a specific group  (which is created by API) ?

    By API action, how can I get the list of user IDs within a
    specific group (which is created by API) ?
    or How can I get the group (which is I create by API) ID to
    which a specific user belong by API action?
    Thanks
    Alex

    The poster already posted at the Acrobat Users Community, Interactive Forms that sums up a client order from catalog. The sample form posted to Acrobat.com was a revision of the sample form that came with Acrobat 4.0. There are some fairly advance scripts, templates, and document level functions involved with this form.

  • ASCP: How do I get the list of 1st level planned orders using msc_full_pegging table

    How do I get the list of 1st level planned orders using msc_full_pegging table, is any one having the script.

    Do you mean supply_type? If so, yes it will be in pegging table as supply_type or otherwise you can join this table with msc_supplies by joining transaction_id column and get the order_type from that which will be the supply type.
    Thanks,
    Abhishek Sharma
    P.S:- Try opening the discussion in a separate window and see if you get the option to mark it correct or helpful,

  • How to find out the tables that will be affected using a transaction

    Hi,
    How to find out the list of database tables that will be affected when we use a standard transaction(ex. VA01, MM01..)...?(like When we create a salesorder, which tables and which fields will be affected..?)
    Is there any transaction or a simple way to find out the solution?
    Thanks,
    Pradeep.

    Hi,
    Give transaction code and in menu(system- status),  double click onthe Program name.
    Check in TOP INCLUDE - you will find all the tables related to that transaction.
    Thanks,
    Anitha

  • I won Lightroom 1.0 a few years ago at an Adobe clinic in Fremont. I have since misplaced the original disk and cannot get the program to open. It wants a serial number and I don't have one. How can I get the serial number so I can use the software?

    I won Lightroom 1.0 as a door prize a few years ago at an Adobe clinic in Fremont. I have since misplaced the original disk and cannot get the program to open. It wants a serial number and I don't have one. How can I get the serial number so I can use the software?

    Thanks for replying, Jim. I wasn't planning to use it for raw images. I shoot film, black and white, and have many negatives I want to print. I am unfamiliar with the upgrades in Lightroom. I wasn't unhappy with the version I have. It was useful for my purposes.
    Because it was a few years ago, I don't remember if I registered the product. I was able to login to my account. But could not find a path to communicate with Adobe. I will keep trying.
    Ken

  • How to find(confirm)  the oraacle 11gr2  grid infrastructre is using share

    how to find(confirm) the oraacle 11gr2 grid infrastructre is using shared oracle home or not.

    Hi!
    Simplest way is to create a file on NODE1 in the $ORACLE_HOME and check if is exist in the $ORACLE_HOME of NODE2.
    On NODE1:
    touch $ORACLE_HOME/test.txtOn NODE2:
    ls -l $ORACLE_HOME/test.txtBest Regards
    Norbert

  • How Can I Get the Amount of Free Disk Space Using space using windows 7 please share example using GetDiskSpace

    How Can I Get the Amount of Free Disk Space  using windows 7 please share example using GetDiskSpace i have already studied http://digital.ni.com/public.nsf/allkb/9958B8E473C4EF1786256BBC0053B64F

    Reading your question a bit more in detail, I doubt whether you are using Win32 API GetDiskFreeSpace function (for which my previous post is the solution) of Programmer's Toolbox GetDiskSpace function.
    With reference to the second one, it works even with disks larger than 2GB but you need to use the proper formatting code to display the returned value. I updated my example to show total free space in the debug output window and added a comparison with 3GB value using UInt64TypeCompareUInt from the Programmer's Toolbox.

  • How can I get the adobe audition software which is used for editing a sound track?

    How can I get the adobe audition software which is used for editing a sound track?

    Hi pravupada,
    You can download Audition software from : Free Audition CC | Download Adobe Audition free trial
    Regards,
    Rave

Maybe you are looking for

  • Account keys for movement type 201.

    Hi Friends,         Can anybody tell me, what are the account keys (tran/event keys) we will set for movement type 201. And why we are setting that. Kindly resolve my doubt please. Regards, Prasath

  • How do I distribute my xml error code file?

    Hi all, I am using labVIEW 8.2 Prof. on a RedHat Linux. I built an application where I made the tick in the labVIEW build specification "Advanced->Copy error code files". Nevertheless when I start my new application and force an error which is actual

  • APPLE IPHONE 5C NOT RECEIVING VOICEMAILS FOR THREE DAYS OR MORE

    Why would I not be receiving voicemail messages for days?

  • Contact Duplicates Keep Reappearing.

    I synced my iPhone with my Yahoo Contact list. I painstakingly deleted and modified all numbers/contacts on my iPhone. I went to re-sync with Yahoo to delete/modify. When I synced, I encountered duplicates on my iPhone. I thought I had read that the

  • Comment lire des données d'un tableau Excel ?

    Bonjour, je débute en LabVIEW (9.0) et je cherche à faire varier l'angle d'un servo moteur à partir d'une base de données d'angle enregisté dans un tableau  Excel ou en fichier txt. J'ai cherché dans l'aide et les tutaux, mais je ne vois pas comment