Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: More than 1 version of Oracle on a Machine
Not a problem, subject to RAM and HD limitations. On unixes, you simply end up with the two versions in different directory trees, i.e. /oracle/app/7.3.2 and /oracle/app/7.3.4 (or whatever). You also have to make sure that the entries in /etc/oratab specify the proper path for each one, since dbstart and dbshut use that file to determine what binaries to use for what instances.
Another thing is to make sure your listener is started from the newest version -- i.e. make sure you set ORACLE_HOME to (ferinstance) /oracle/app/7.3.4 and add the appropriate $ORACLE_HOME/bin to your PATH before doing lsnrctl start
Most of the time when you have multiple versions on a server and you are having weird errors, it's caused by the env vars being out of sync with what you're trying to do, i.e. you're running the older svrmgrl and trying to access the newer instance. Boom.
mparish <mparishNOmpSPAM_at_inlogic.com.invalid> wrote in message
news:0d701ae0.a1558ee3_at_usw-ex0107-050.remarq.com...
> I've been asked by our management team whether it is possible to run
> two different version of Oracle (specifically v8.0.5 & v8.1.6) on the
> same box using the same OS (SUN 2.7). My immediate answer was no.
> Other than partitioning
>
>
> * Sent from RemarQ http://www.remarq.com The Internet's Discussion Network
*
> The fastest and easiest way to search and participate in Usenet - Free!
>
Received on Wed May 17 2000 - 00:00:00 CDT
![]() |
![]() |