Re: SQL*Net V 2/DecNet from Vax to Alpha problem
From: Vivekanandhan Raja <vraja_at_us.oracle.com>
Date: 1996/01/02
Message-ID: <4ccfuo$t1m_at_inet-nntp-gw-1.us.oracle.com>#1/1
Date: 1996/01/02
Message-ID: <4ccfuo$t1m_at_inet-nntp-gw-1.us.oracle.com>#1/1
Hi Matt,
Why don't u try a simple SQL*Net V2 trace on the server. I guess u could set trace_level_listener=ADMIN in the LISTENER.ORA in the ORACLE_HOME\NETWORK\ADMIN directory prior to starting the listener. Check the LISTENER.TRC file in the ORACLE_HOME\NETWORK\TRACE subdir.
An ORA-12500 happens when the Listener is unable to hand the incoming connection to an MTS process or spawn a dedicated shadow (as the case may be). Sometimes this happens that due to timing issues or race conditions , the handoff between the listener and the shadow fails. The listener just passes this as an ORA-12500 error to the client side. Received on Tue Jan 02 1996 - 00:00:00 CET