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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
:->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" <[EMAIL PROTECTED]>
:->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: [EMAIL PROTECTED]
:->
:->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: [EMAIL PROTECTED] (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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to