Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: concurrent 8.0.4 and 8.1.6 on solaris
Winbatch wrote:
>
> Hi,
> I tried to install both 8.0.4 and 8.1.6 concurrently on a solaris machine.
> I think I messed something up. When I try and start the database, I get the
> following error: Do you know what the init file is and where it needs to be
> for the 8.1.6?
>
>
Usually your file system / environment should look like:
$ORACLE_BASE = /opt/oracle (or somewhere else) $ORACLE_HOME = $ORACLE_BASE/product/8.0.6 for 8.0.6 $ORACLE_HOME = $ORACLE_BASE/product/8.1.7 for 8.1.7
initXXX.ora resides in the corresponding $ORACLE_HOME/dbs/ directory. $ORACLE_HOME + instance name is referenced in /etc/oratab.
Uwe
-- Uwe Schneider | Telefon +49 7244 / 609504 Karlsdorfer Str. 31 | Mail uwe_at_richard-schneider.de DE-76356 Weingarten | http://www.richard-schneider.de/uwe Linux - OS al dente!Received on Sat Oct 27 2001 - 04:01:40 CDT
![]() |
![]() |