DIff b/w oraclehome and oraclebase
|
11126
2010-MAR-06 07:57:04
|
|
User
|
|
|
Registered On: Feb 2010
Total Posts: 24
|
|
What is difference b/w oracle home and oracle base?
|
11130
2010-MAR-08 20:36:50
|
|
Moderator
|
|
|
Registered On: Mar 2006
Total Posts: 267
|
|
Here's a typical (OFA) structure of an ORACLE 10g install:
ORACLE_BASE = /u01/app/oracle/
ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1
Consider ORACLE_BASE as a baseline directory off of which we fan out while
ORACLE_HOME is the final destination for a particular ORACLE release version.
As your server lives and goes through multiple upgrades you'll have the same
ORACLE_BASE but multiple ORACLE_HOME's underneath it.