cancel
Showing results for 
Search instead for 
Did you mean: 

how to apply O'patch

Former Member
0 Kudos

Hi all,

i want apply O'patch in my hp server, please let me know procedure for apply.

in standard procedure, sap say's

"

#

  1. Ensure that the directory containing the opatch script appears in

  2. your $PATH; then enter the following command:

#

  1. % opatch apply

"

How to done or how to check aboue lines.

Regards,

satish

Accepted Solutions (0)

Answers (2)

Answers (2)

andreas_herzog
Active Contributor
0 Kudos

you will have to add the $PATH variable to your <sid>adm db environment using vi for example, eg.:

dbenv_<hostname>.csh:

set path = ( $path $ORACLE_HOME/OPatch )

dbenv_<hostname>.csh.sh:

PATH=$PATH:$ORACLE_HOME/OPatch; export PATH

after having added these lines login with user <sid>adm and test by using:

> opatch version

the rest can be found in the sapnotes mentioned

GreetZ, AH

0 Kudos

hello,

this question is already answered in the Forum. There is also notes about it.

On the left upper corner there is a box called "search", it is really easy to use, no kidding here.

If you would have done so, you would have find the following thread:

or

or the SAP Note 306408 OPatch: Oracle tool for patch installation.

If you have oracle 10g, the explanation is also valid, but there is a note specific for it. Lets see if you are able to find it