Home » RDBMS Server » Server Administration » SVRMGR30.EXE
icon5.gif  SVRMGR30.EXE [message #142046] Thu, 13 October 2005 05:58 Go to next message
SJDewar
Messages: 15
Registered: July 2005
Junior Member
Hi,

My first post Embarassed

I have Oracle 8 installed on a Windows 2000 server. I have 3 databases (Training, Demonstration and Production).

When I open a DOS session and type in SVRMGR30 I get the message:
ORA-12203: TNS: Unable to connect to destination.

What or where can I check to find out what the problem is?

Thanks in advance,

Scott.
Re: SVRMGR30.EXE [message #142052 is a reply to message #142046] Thu, 13 October 2005 06:05 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10708
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
first set your ORACLE_SID and then proceed.
set ORACLE_SID=yoursid
svrmgrl
Re: SVRMGR30.EXE [message #142129 is a reply to message #142052] Thu, 13 October 2005 09:25 Go to previous messageGo to next message
SJDewar
Messages: 15
Registered: July 2005
Junior Member
Hi, thanks for replying.

When I enter 'set ORACLE_SID=pimt' (which is the SID for the training database) I still get the message, ORA-12203: TNS: Unable to connect to destination.

I do get the SVRMGR prompt.

Is there anything else I could check/sort?

Thanks,

S.
Re: SVRMGR30.EXE [message #142307 is a reply to message #142129] Fri, 14 October 2005 02:04 Go to previous messageGo to next message
girish.rohini
Messages: 744
Registered: April 2005
Location: Delhi (India)
Senior Member
Check if listener is running or not?

--Girish
Re: SVRMGR30.EXE [message #143232 is a reply to message #142046] Wed, 19 October 2005 09:38 Go to previous messageGo to next message
SJDewar
Messages: 15
Registered: July 2005
Junior Member
Yes, the listener is running.

S.
Re: SVRMGR30.EXE [message #143256 is a reply to message #142046] Wed, 19 October 2005 11:38 Go to previous messageGo to next message
bmahireddy
Messages: 14
Registered: March 2005
Junior Member
Try to check tnsnames.ora.
Re: SVRMGR30.EXE [message #143374 is a reply to message #143256] Thu, 20 October 2005 03:59 Go to previous messageGo to next message
SJDewar
Messages: 15
Registered: July 2005
Junior Member
Hi, thanks for replying.

What do I check for in the tnsnames.ora file?

Thanks,

S.
Re: SVRMGR30.EXE [message #143414 is a reply to message #142046] Thu, 20 October 2005 07:02 Go to previous messageGo to next message
bmahireddy
Messages: 14
Registered: March 2005
Junior Member
1. Check for correctness of the entry in TNS Names like Host, Port, protocol.
2. Try to ping the host server, if you are unable to ping then it could be network problem
3. Try tnsping, if you are unable to do it then your entry in tnsnames is incorrect
Re: SVRMGR30.EXE [message #145296 is a reply to message #142046] Wed, 02 November 2005 05:17 Go to previous messageGo to next message
SJDewar
Messages: 15
Registered: July 2005
Junior Member
Hi,

Many thanks for the replies.

Are the entries for SID_NAME in the listener file and the tnsnames file case sensitive?

If the SID_NAME in tnsnames is pimT and the SID_NAME in the Listener file is pimt will this cause a problem?

Thanks,

S.
Re: SVRMGR30.EXE [message #146004 is a reply to message #145296] Tue, 08 November 2005 02:44 Go to previous messageGo to next message
girish.rohini
Messages: 744
Registered: April 2005
Location: Delhi (India)
Senior Member
NO in win2k server this wont be an issue.

Please do post your tnsnames.ora listener.ora & sqlnet.ora file here for further investigation.

--Girish
Re: SVRMGR30.EXE [message #146086 is a reply to message #146004] Tue, 08 November 2005 09:23 Go to previous messageGo to next message
SJDewar
Messages: 15
Registered: July 2005
Junior Member
Hi,

Please see tnsnames, listener and sql.net files.....

tnsname.ora
# D:\ORANT\NET80\ADMIN\TNSNAMES.ORA Configuration File:D:\orant\net80\admin\tnsnames.ora
# Generated by Oracle Net8 Assistant

PIME.WORLD =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.21.1.247)(PORT = 1521))
(CONNECT_DATA = (SID = pimE))
)

PIMT.WORLD =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.21.1.247)(PORT = 1521))
(CONNECT_DATA = (SID = pimT))
)

PIMD.WORLD =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.21.1.247)(PORT = 1521))
(CONNECT_DATA = (SID = pimD))
)

PIMP.WORLD =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.21.1.247)(PORT = 1521))
(CONNECT_DATA = (SID = pimP))
)


listener.ora
LISTENER =
(ADDRESS_LIST =
(ADDRESS=
(PROTOCOL= IPC)
(KEY= oracle.world)
)
(ADDRESS=
(PROTOCOL= IPC)
(KEY= pimd)
)
(ADDRESS=
(PROTOCOL= IPC)
(KEY= pime)
)
(ADDRESS=
(PROTOCOL= IPC)
(KEY= pimp)
)
(ADDRESS=
(PROTOCOL= IPC)
(KEY= pimt)
)
(ADDRESS=
(PROTOCOL= IPC)
(KEY= EXTPROC0)
)
(ADDRESS=
(COMMUNITY= NMP.world)
(PROTOCOL= NMP)
(SERVER= 10.21.1.247)
(PIPE= ORAPIPE)
)
(ADDRESS=
(PROTOCOL= TCP)
(Host= 10.21.1.247)
(Port= 1521)
)
(ADDRESS=
(PROTOCOL= TCP)
(Host= 10.21.1.247)
(Port= 1526)
)
(ADDRESS=
(PROTOCOL= TCP)
(Host= 127.0.0.1)
(Port= 1521)
)
)
STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIMEOUT_LISTENER = 0
TRACE_LEVEL_LISTENER = 0
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME = pimd.world)
(SID_NAME = pimd)
)
(SID_DESC =
(GLOBAL_DBNAME = pime.world)
(SID_NAME = pime)
)
(SID_DESC =
(GLOBAL_DBNAME = pimp.world)
(SID_NAME = pimp)
)
(SID_DESC =
(GLOBAL_DBNAME = pimt.world)
(SID_NAME = pimT)
)
(SID_DESC =
(SID_NAME = extproc)
(PROGRAM=extproc)
)
)
PASSWORDS_LISTENER = (oracle)

sql.net
TRACE_LEVEL_CLIENT = OFF
#sqlnet.authentication_services = (NONE)
names.directory_path = (TNSNAMES, HOSTNAME)
names.default_domain = world
name.default_zone = world
automatic_ipc = off

Thanks in advance for your help.

S.
Re: SVRMGR30.EXE [message #146860 is a reply to message #146086] Mon, 14 November 2005 04:33 Go to previous messageGo to next message
girish.rohini
Messages: 744
Registered: April 2005
Location: Delhi (India)
Senior Member
Did you tried connecting to database, once you get the svrmgr prompt?

Try with conn string:

username/password@pimt.world


--Girish

Re: SVRMGR30.EXE [message #147812 is a reply to message #146860] Mon, 21 November 2005 04:19 Go to previous message
SJDewar
Messages: 15
Registered: July 2005
Junior Member
Hi,

I can connect to the database okay. I'm just concerned about what configuration setting is causing me to get the message...ORA-12203: TNS: Unable to connect to destination, when I start SVRMGR.

Thanks,

S.
Previous Topic: Oracle product
Next Topic: How to install many oracle clients simultaneously?
Goto Forum:
  


Current Time: Thu Feb 13 17:18:40 CST 2025