- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Identify SAP ofr Oracle Patch
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2011 03:48 AM
11-01-2011 03:48 AM
Hello There , How to identify patches which are related to oracle or sap patches? If you know the answer ..can u plz reply ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2011 06:26 AM
11-01-2011 06:26 AM
Re: Identify SAP ofr Oracle Patch
Can you explain a bit more? Where are you looking for patches related to SAP or Oracle? Do you want to know what patches on your system are SAP or Oracle patches? Or are you looking for patches to fix a potential problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2011 06:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2011 04:07 PM
11-01-2011 04:07 PM
Re: Identify SAP ofr Oracle Patch
In general, a patch is a piece of program code or other data that replaces a previous piece of faulty code or data. So the actual patches can be anywhere on your system. But you probably want to know "where to find information on installed Oracle or SAP patches".
In HP-UX, the Software Distributor (= swinstall/swlist/swremove/swpackage and other commands) is used to manage the OS and its patches, and essentially all HP-UX software that is provided by HP. This includes HP-UX OS patches, so the "swlist" command can tell you what patches are installed and which files have been replaced by each patch.
Software Distributor can also be used to manage software of other vendors, but some vendors choose not to use it: HP has no way to force other vendors to use Software Distributor.
For example, Oracle uses its own "Universal Installer" instead. Because of this, the "swlist" command will not know about Oracle products on your system: for it, your Oracle installation is no different from a random collection of binary data files you have stored to your system.
As a result, you will need to use Oracle tools to get a list of installed Oracle patches. I am not a DBA, but I guess you could start the Oracle Universal Installer and use it to view the list of installed Oracle products and patches. If your system has only one Oracle installation, the installer should automatically find the oraInventory directory that contains the information that is used to keep track of the products and patches. But if you have multiple Oracle installations, each of them might have a separate oraInventory, and then you must know and specify the oraInventory location when starting the Oracle Universal Installer.
This might be an useful overview of oraInventory:
http://oracledbaschool.blogspot.com/2009/01/orainventory-and-its-use.html
On the other hand, if you install IBM's DB2 products on HP-UX, they will come packaged into standard HP-UX .depots and you'll install them with "swinstall"... and so, you can also view the list of installed DB2 patches with "swlist".
I don't know what installation tool SAP uses on HP-UX: if the "swinstall" command is used to install SAP and its patches on HP-UX, then "swlist" will list them. If SAP uses something else, then you must use SAP tools to get a list of SAP patches. I'd check the SAP installation guide first: I'd expect it to have at least some information about how to verify what SAP products and patches are installed.