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 -> SQL*Net V2 on HP UX

SQL*Net V2 on HP UX

From: Michael R <michaelr_at_i3107ps2.atl.hp.com>
Date: 1997/02/26
Message-ID: <5f2f32$bv9@hpcc48.corp.hp.com>#1/1

I am trying to configure SQL*Net on an HP UX machine and am getting the following errors:

Attempted to listen on:
(DESCRIPTION=(CONNECT_TIMEOUT=10)(ADDRESS=(PROTOCOL=TCP)(KEY=insp))) TNS-12533: TNS:illegal ADDRESS parameters  TNS-12560: TNS:protocol adapter error
  TNS-00503: Illegal ADDRESS parameters

I have trace turned on, and this is the error that was returned.

nsc2addr: entry
nsc2addr: (DESCRIPTION=(CONNECT_TIMEOUT=10)(ADDRESS=(PROTOCOL=TCP)(KEY=insp))) nttbnd2addr: entry
-<FATAL?>- nttbnd2addr: failed to recognize: KEY nttbnd2addr: exit
-<ERROR>- nserror: nsres: id=0, op=78, ns=12533, ns2=12560; nt[0]=503, nt[1]=0, nt[2]=0

The following is my LISTENER.ORA file:

LISTENER=
 (ADDRESS_LIST=
  (ADDRESS=
(PROTOCOL=TCP)
(KEY=insp)

  )
 )

STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIMEOUT_LISTENER = 10 SID_LIST_LISTENER=
 (SID_LIST=
  (SID_DESC=
(SID_NAME=insp)
(ORACLE_HOME=/users/oracle)

  )
 )

TRACE_LEVEL_LISTENER = 16
PASSWORD_LISTENER = (9E8BE3428AE9276A) And my TNSNAMES.ORA file:

PS2insp.world =
  (DESCRIPTION =
    (ADDRESS_LIST =

        (ADDRESS = 
          (COMMUNITY = tcp.world)
          (PROTOCOL = TCP)
          (Host = i3107ps2.atl.hp.com)
          (Port = 1521)
        )

    )
    (CONNECT_DATA = (SID = insp)
    )
  )

Does anyone know what I'm doing wrong??? My server manuals are back east with the hardware.

thanks.

Michael Received on Wed Feb 26 1997 - 00:00:00 CST

Original text of this message

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