Verifing Security Patches [message #122637] |
Tue, 07 June 2005 12:41 |
brownj99
Messages: 1 Registered: June 2005
|
Junior Member |
|
|
Nessus has reported Oracle Security Patch #68 is missing. How can I verify either the patch has been installed, or it hasn't?
Thanks.
Joe
|
|
|
Re: Verifing Security Patches [message #122688 is a reply to message #122637] |
Wed, 08 June 2005 00:35 |
girish.rohini
Messages: 744 Registered: April 2005 Location: Delhi (India)
|
Senior Member |
|
|
Use opatch oracle utility
This Oracle patch utility available for Oracle 9.2.x is installed by downloading & unzipping file p2617419_210_GENERIC.zip (which creates sub-directory Opatch -- e.g., $ORACLE_HOME/Opatch.)
optach is very handy for checking which patches have been applied to a particular $ORACLE_HOME -- viz (ex. from webctdb):
eg:
$ opatch lsinventory
Using ORACLE_HOME/oui to look up oui libs...
...snip...
Accessing inventory... This may take up to 300 seconds.
...snip...
Retrieving inventory.
Installed Patch List:
=====================
1) Patch 3835964 applied on Mon Oct 04 12:15:21 EDT 2004
[ Base Bug(s): 3835964 ]
2) Patch 3811906 applied on Mon Oct 04 12:14:34 EDT 2004
[ Base Bug(s): 3828166 3811906 ]
3) Patch 3119415 applied on Mon Oct 04 12:03:57 EDT 2004
[ Base Bug(s): 3119415 ]
$ORACLE_HOME/OPatch/opatch.pl version: 1.0.0.0.50
Copyright (c) 2001-2004 Oracle Corporation. All Rights Reserved.
Source: http://web.brandeis.edu/pages/view/Info/InstallingOracle9iOnUNIX
|
|
|