How
to install multiple Oracle in one machine?
I need to install Oracle 8.0.4
+ Internet Commerce Server and Oracle
7.3.2 on the same machine
with Solaris 2.5.
Is it possible?
If you install using the OFA
guidelines, the software will end up in a
directory structure like this
/home/oracle/product/7.3.2
/home/oracle/product/8.0.4
The location of the database
instances is maintained in
/var/opt/oracle/oratab
which has one entry per sid,
including the oracle_home.
The oraenv script will set
the correct environment variables for you.
This should be all.