Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Running multiple instances

Re: Running multiple instances

From: NetComrade <andreyNSPAM_at_bookexchange.net>
Date: Tue, 03 Aug 1999 16:14:34 GMT
Message-ID: <37a71503.9080147@news.earthlink.net>


in NT you have to do
SET ORACLE_SID=<new instance name>
svrmgrl
startup
select * from v$parameter where name='db_name'; and you'll see your new instance running to get back to your old instance
you have to do
SET ORACLE_SID=<old instance name>
svrmgrl
select * from v$parameter where name='db_name'; and you'll see your old instance

On Mon, 2 Aug 1999 19:04:01 -0700, "wozi" <wozi_at_dhc.net> wrote:

>Oracle 8.05 on NT 4.0
>
>I have installed the started database from Oracle 8.05. I am able to connect
>from a client. I have also installed another database instance called PROD.
>
>I am able to start ONLY one instance at a time and connect to it.
>BUT, I want both instances 'ORCL' and 'PROD' running on the same
>machine at the same time.
>
>Any suggestion ?
>
>thanks
>wozi_at_dhc.net
>
>


Andrey Dmitriev	 eFax: (978) 383-5892  Daytime: (917) 373-5417
AOL: NetComrade	 ICQ: 11340726 remove NSPAM to email

Received on Tue Aug 03 1999 - 11:14:34 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US