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: Nuala Cullen <ncullen_at_catlogic.com>
Date: Fri, 29 Aug 2003 01:49:26 -0800
Message-ID: <F001.005CDDF5.20030829014926@fatcity.com>

Hi Tanel,

Thanks for the reply.

The "Java process" is an application that allows the users to connect via Radio Data Terminals to the Database.
The only thing is the number of processes is increasing the whole time and when it's reaches the limit sent in the init.ora no more connections are allowed which causes some problems!!

Bar setting the number of processes in the init.ora to some huge number and/or stop and restarting the java process is there any other way of stopping this from happing?

Thanks,

N.

:->-----Original Message-----
:->From: ml-errors_at_fatcity.com [mailto:ml-errors_at_fatcity.com]On
:->Behalf Of
:->Tanel Poder
:->Sent: 28 August 2003 20:59
:->To: Multiple recipients of list ORACLE-L
:->Subject: Re: Inactive Sessions/Java
:->
:->
:->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).
:->
:->

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Nuala Cullen
  INET: ncullen_at_catlogic.com

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 Fri Aug 29 2003 - 04:49:26 CDT

Original text of this message

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