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 -> Listner generate TNS-12539 every 10 seconds

Listner generate TNS-12539 every 10 seconds

From: David Xiao <llyx_at_hotmail.com>
Date: Tue, 14 Dec 1999 21:41:37 GMT
Message-ID: <836di7$o0p$1@nnrp1.deja.com>

I got TNS-12539 error message every 10 seconds in listener.log and oerr tns 12539 shows:

12539, 00000, "TNS:buffer over- or under-flow" // *Cause: Buffer too small for incoming data or too large for outgoing data.
// *Action: This restriction (which is associated with CONNECT DATA) is not
// normally visible to the user. For further details, turn on tracing and
// reexecute the operation; contact Oracle Customer Support.

I am running oracle8i and oracle 7.3.4 on this server (solarie 2.6). listener.ora:

LISTENER=
 (ADDRESS_LIST=
(ADDRESS= (PROTOCOL=IPC) (KEY=nyp1))
(ADDRESS= (PROTOCOL=IPC) (KEY=ebucat))
(ADDRESS= (PROTOCOL=IPC) (KEY=RCATNYP1))
(ADDRESS= (COMMUNITY = ) (PROTOCOL = TCP) (Host = nyp1) (Port = 1521))
 )
SID_LIST_LISTENER=
 (SID_LIST=
(SID_DESC=

     (SID_NAME=ebucat)
     (ORACLE_HOME = /export1/oracle/product/7.3.4)
  )
 (SID_DESC=
     (SID_NAME=RCATNYP1)
     (ORACLE_HOME = /export1/oracle/product/8.1.5)
  )
 )
STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIMEOUT_LISTENER = 20 I really appreciate your help.

David Xiao
--
Oracle DBA & OCP 7.3/8

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Tue Dec 14 1999 - 15:41:37 CST

Original text of this message

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