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

Home -> Community -> Usenet -> c.d.o.misc -> SQL NET CLIENT

SQL NET CLIENT

From: Fco. Javier Toledo <jtoledo_at_sei.es>
Date: 1998/01/28
Message-ID: <34CF7874.C8A2EA15@sei.es>#1/1

I have an ORACLE 7.3 server installed on Solaris 2.5.1 and several clients (windows with sql net 2) connected with the server.All is Ok. But I need to connect from another machine with solaris and sqlplus. I have installed sqlnet V2 (the correct version).

tnsping and lsnsrctl status @service_name operates, but I could not connect me from sqlplus user/pasww_at_service.

the error is: ORA-06401: NETCMN: designador de controlador no vĂ¡lido

My tnsnames.ora is:

AAA.world =
  (DESCRIPTION =
    (ADDRESS_LIST =

        (ADDRESS =

(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host =SERVER IP)
(Port = 1521)
) (ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = SERVER IP)
(Port = 1526)
)

    )
    (CONNECT_DATA = (SID = AAA)
    )
  )

Thank's for your help.

fco javier toledo jtoledo_at_sei.es Received on Wed Jan 28 1998 - 00:00:00 CST

Original text of this message

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