Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Listner generate TNS-12539 every 10 seconds
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_NAME=RCATNYP1) (ORACLE_HOME = /export1/oracle/product/8.1.5))
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
![]() |
![]() |