Oracle Home [message #98524] |
Tue, 14 December 2004 09:40 |
Raghu
Messages: 31 Registered: September 2000
|
Member |
|
|
My Current oracle information is as follows
home name : Oracle_10g
home_path : /u01/app/oracle/product/10.1.0.2.0
This is home for Oracle 10g Release 1 on HP-UX.
I need to apply the patch 10.1.0.3.0 to the same home.
After I apply the patch I wish to change home_path to /u01/app/oracle/product/10.1.0.3.0.
Is this possible on UNIX? If yes could somebody please tell me how to do it?
Thx
Raghu
|
|
|
Re: Oracle Home [message #98527 is a reply to message #98524] |
Wed, 15 December 2004 11:19 |
andrew again
Messages: 2577 Registered: March 2000
|
Senior Member |
|
|
Well, I know that in 8i, 8i it's not as simple as renaming the directory, because you OraInventory files will be full of the existing directory name. You could try creating a soft link from 10.1.0.3.0 -> 10.1.0.2.0, but that just hides the issue. In 9iAS 9.0.2 this solution would cause problems (I guess because some command don't follow soft links).
|
|
|