Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Inactive Sessions/Java

Re: Inactive Sessions/Java

From: Tanel Poder <tanel.poder.003_at_mail.ee>
Date: Thu, 28 Aug 2003 11:59:26 -0800
Message-ID: <F001.005CDC81.20030828115926@fatcity.com>


What is "Java process"? Is it a java class running in some kind of application server?
If yes, then your application server is keeping your connections open and using connection pooling to share them between your "processes", somewhat reducing the overhead to create & drop a connection for every interaction with database. This is generally a good thing.

Tanel.
----- Original Message -----
To: "Multiple recipients of list ORACLE-L" <ORACLE-L_at_fatcity.com> Sent: Thursday, August 28, 2003 8:29 PM

>
>
> Hi All,
>
> I have a problem with inactive sessions (despite having set the
> sqlnet.expire parameter)
>
> Some of the users connect to the database via a java process - when I
stop
> this process from running the number of sessions just shots right down.
>
> Short of scheduling a start and restart of this process can anybody else
> come up with a solution??
>
> I am reluctant to touch the java process as this is part of the production
> box. (plus my knowledge of java is hovering over zero percent)
>
> Any ideas appreciated,
>
> thanks,
>
> N.
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Tanel Poder
  INET: tanel.poder.003_at_mail.ee

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Thu Aug 28 2003 - 14:59:26 CDT

Original text of this message

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