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 -> Re: ioexception: end of tns data channel

Re: ioexception: end of tns data channel

From: Sybrand Bakker <sybrandb_at_hccnet.nl>
Date: Mon, 23 Aug 2004 14:09:18 +0200
Message-ID: <0dnji0dgejvpfcmg5mc3cftrr080td9i0k@4ax.com>


On 23 Aug 2004 03:37:44 -0700, josephcurwen_at_despammed.com (curwen) wrote:

>> Are you running Oracle in server shared mode ? - check how many circuits
>> is in use and how many is max setup on your server.
>
>parallel_server startup parametre = FALSE
>I have only one instance in production

The previous poster asked whether you are using multithreaded server, now known as shared server. In that case your mts_dispatcher init.ora parameter must be set to something meaningful and v$mts, and v$dispatcher will show whether you are actually using it. If you are using more or less stateless connections (ie your app continually connects and disconnects) using MTS is more or less mandatory, because when you don't disconnect gracefully, the dedicated server session on the database server will remain forever. We switched from dedicated to mts and memory usage fell from 1.6 G to about 1.0 G

--
Sybrand Bakker, Senior Oracle DBA
Received on Mon Aug 23 2004 - 07:09:18 CDT

Original text of this message

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