If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > Ora-06401 Netcmn

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-23-02, 07:44
fcicortas fcicortas is offline
Registered User
 
Join Date: Feb 2002
Location: Romania
Posts: 2
Post Ora-06401 Netcmn

I have a ORA-06401 NETCMN: invalid driver designator problem - on Windows 2000 - the network databases work correctly, but the local one doesn't any way, and keeps givig me this message.
My tnsnames.ora looks like this:

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

PROD.WORLD =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.73.61)(PORT = 1526))
(CONNECT_DATA = (SID = apmc))
)

TEST.WORLD =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.73.62)(PORT = 1521))
(CONNECT_DATA = (SID = test))
)

TCP-LOOPBACK.WORLD =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
(CONNECT_DATA = (SID = ORC2))
)


Does anyone know how to sove this problem ?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On