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: Help wanted: install second Oracle instance on NT

Re: Help wanted: install second Oracle instance on NT

From: Sybrand Bakker <postmaster_at_sybrandb.demon.nl>
Date: Wed, 24 Nov 1999 00:00:31 +0100
Message-ID: <943398105.28570.0.pluto.d4ee154e@news.demon.nl>


You need to configure both listener.ora and tnsnames.ora for tst1 and tst2. You could connect to tst1 because the registry variable (or environment variable) ORACLE_SID was set to tst1.
As you as you use either set instance tst1 (in svrmgr30) or use @ syntax you will use net8.
Your net8 configuration is incorrect.
In no way whatsoever svrmgr30 is bound to tst1.

Hth,

--
Sybrand Bakker, Oracle DBA
bmlam <bmlam_at_online.de> wrote in message news:383B0B38.78B17EEE_at_online.de...
> Hi all,
>
> For practical purposes, I am trying to create a second Oracle
> instance/database on an NT machine. I ran across a problem when creating
> the second instance so I to hope to get some hints from the experts
> here.
>
> Say the 1. instance is called TST1. The second instance should be TST2
>
> I backed up and shutdown TST1.
> I created the parameter file inittst2.ora
> I created the NT service for TST2 with startmode MANUAL.
> I started the NT service OracleServiceTST2 and verified that it was
> actually started
>
> The problem is with starting Server Manager to create the TST2 database.
> Below is a copy of the interactions:
>
> ********************************************************************
> >SVRMGR30
>
> Oracle Server Manager Release 3.0.4.0.0 - Production
> (c) Copyright 1997, Oracle Corporation. All Rights Reserved.
>
> ORA-12203: TNS:unable to connect to destination
>
> connect internal/password_at_tst2
>
> SVRMGR> ORA-12154: TNS:could not resolve service name
>
> connect internal/password_at_tst1
>
> SVRMGR> ORA-12500: TNS:listener failed to start a dedicated server
> process
> ********************************************************************
>
> When TST1 is up and running I can connect to TST1 without problem.
> But this doesnot serve my purpose at all. I did add an entry in
> TNSNAMES.ORA for TST1 but that still did not help.
>
> So I suspect somehow Server Manager is bound to talk to TST1 only.
> How could this be verified and changed?
>
> Thanks for any hints and suggestions.
>
>
Received on Tue Nov 23 1999 - 17:00:31 CST

Original text of this message

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