Ask a Question related to Oracle Server, Design and Development.
-
Jayaraman Ashok #1
Inactive sessions
Hi
The setup is Oracle 8.1.6.3.0 on Aix 4.3.3 running 11i applications.
The application server is another rs/6000 running Aix 4.3.3 , where
all the forms and reports are installed.
Now the client connections are made either through the browser
directly
(self service modules like HR) and through the forms. The former type
is the JDBC thin client connection.
Now numerous sessions keep running on the database server even after
the client has disconnected. There are many sessions with 'INACTIVE'
status. I have set sqlnet.expire_time=10 in my sqlnet.ora. But i feel
that the resources held by such sessions are not released. How to
tackle this situation? If the client closes his browser or forms
session abnormally, the shadow process on the server side should be
killed.
Cheers,
Ashok
Jayaraman Ashok Guest
-
administrator role has become inactive
Hi I set up a Contribute connection to a website (http://www.marionhusband.com) for the first time last year, and it all went fine - my client... -
Database sessions and file sessions
Can database sessions and file system sessions co-exist on the same server. I have 2 applications that use sessions. One uses the standard php... -
deleting inactive backups from tsm using db2adutl (or is there another way?)
Hi, I have got multiple large backups on tsm which are inactive - they show up when you run the query : dsmc q backup -subdir=yes -inactive=yes... -
inactive connection
I have a small visualbasic application that work on a DB on Oracle 7. When a user shutdown the pc while this application is running without closing... -
Howard J. Rogers #2
Re: Inactive sessions
I agree they should be. But have you implemented MTS (which will mean that
you couldn't care?)
Regards
HJR
"Jayaraman Ashok" <ashok_jayaraman@yahoo.com> wrote in message
news:7ca2852.0212232059.5a60b3a1@posting.google.co m...> Hi
> The setup is Oracle 8.1.6.3.0 on Aix 4.3.3 running 11i applications.
> The application server is another rs/6000 running Aix 4.3.3 , where
> all the forms and reports are installed.
> Now the client connections are made either through the browser
> directly
> (self service modules like HR) and through the forms. The former type
> is the JDBC thin client connection.
> Now numerous sessions keep running on the database server even after
> the client has disconnected. There are many sessions with 'INACTIVE'
> status. I have set sqlnet.expire_time=10 in my sqlnet.ora. But i feel
> that the resources held by such sessions are not released. How to
> tackle this situation? If the client closes his browser or forms
> session abnormally, the shadow process on the server side should be
> killed.
>
> Cheers,
> Ashok
Howard J. Rogers Guest
-
Frank #3
Re: Inactive sessions
Howard J. Rogers wrote:
<snip!>> I agree they should be. But have you implemented MTS (which will mean that
> you couldn't care?)
>
> Regards
> HJR
>
Confusion strikes again - do you mean to say MTS is a bad idea
in this case? Not seem many apps installs, but afaik MTS is 'standard'.
Grtz, Frank
Frank Guest
-
Howard J. Rogers #4
Re: Inactive sessions
"Frank" <fbortel@home.nl> wrote in message news:3E0836A7.4010309@home.nl...that> Howard J. Rogers wrote:> > I agree they should be. But have you implemented MTS (which will meanClearly some incomprehension of the English language. MTS means he wouldn't> <snip!>> > you couldn't care?)
> >
> > Regards
> > HJR
> >
>
> Confusion strikes again - do you mean to say MTS is a bad idea
> in this case? Not seem many apps installs, but afaik MTS is 'standard'.
>
> Grtz, Frank
>
care about stalled sessions, because the server processes would be off being
busy on behalf of other sessions.
Does that sound like a bad idea to you?
HJR
Howard J. Rogers Guest
-
Karsten Farrell #5
Re: Inactive sessions
"Jayaraman Ashok" <ashok_jayaraman@yahoo.com> wrote in message
news:7ca2852.0212232059.5a60b3a1@posting.google.co m...This behavior is very common with application servers. They (usually)> Hi
> The setup is Oracle 8.1.6.3.0 on Aix 4.3.3 running 11i applications.
> The application server is another rs/6000 running Aix 4.3.3 , where
> all the forms and reports are installed.
> Now the client connections are made either through the browser
> directly
> (self service modules like HR) and through the forms. The former type
> is the JDBC thin client connection.
> Now numerous sessions keep running on the database server even after
> the client has disconnected. There are many sessions with 'INACTIVE'
> status. I have set sqlnet.expire_time=10 in my sqlnet.ora. But i feel
> that the resources held by such sessions are not released. How to
> tackle this situation? If the client closes his browser or forms
> session abnormally, the shadow process on the server side should be
> killed.
>
> Cheers,
> Ashok
maintain a "connection pool" so that the next application can grab any
available member. The pool issues network "keep alive" messages every so
often to maintain the connection, but these don't count as active sessions.
They're active from a network standpoint, which is why they don't time out
(or if they do, the application server immediately re-establishes the
connection to maintain the pool count).
Karsten Farrell Guest
-
Frank #6
Re: Inactive sessions
Howard J. Rogers wrote:
No - au contraire: an excellent idea; hence the confusion.> "Frank" <fbortel@home.nl> wrote in message news:3E0836A7.4010309@home.nl...
>> that>>Howard J. Rogers wrote:
>>>>>>>I agree they should be. But have you implemented MTS (which will mean
>>>>>>>you couldn't care?)
>>>
>>>Regards
>>>HJR
>>>
>><snip!>
>>
>>Confusion strikes again - do you mean to say MTS is a bad idea
>>in this case? Not seem many apps installs, but afaik MTS is 'standard'.
>>
>>Grtz, Frank
>>
>
> Clearly some incomprehension of the English language. MTS means he wouldn't
> care about stalled sessions, because the server processes would be off being
> busy on behalf of other sessions.
>
> Does that sound like a bad idea to you?
>
> HJR
>
>
miscomprehended the 'you couldn't care less' bit as
'you should have known better than installing MTS' ...
Frank
Frank Guest
-
Unregistered #7
Inactive sessions
hi how do you resolve the proble?! install MTS? please help me i have the same problem!!! thanks
Unregistered Guest



Reply With Quote

