Ask a Question related to Oracle Server, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
  3. #2

    Default 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

  4. #3

    Default Re: Inactive sessions

    Howard J. Rogers wrote:
    > I agree they should be. But have you implemented MTS (which will mean that
    > 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

    Frank Guest

  5. #4

    Default Re: Inactive sessions


    "Frank" <fbortel@home.nl> wrote in message news:3E0836A7.4010309@home.nl...
    > Howard J. Rogers wrote:
    > > I agree they should be. But have you implemented MTS (which will mean
    that
    > > 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


    Howard J. Rogers Guest

  6. #5

    Default Re: Inactive sessions

    "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
    This behavior is very common with application servers. They (usually)
    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

  7. #6

    Default Re: Inactive sessions

    Howard J. Rogers wrote:
    > "Frank" <fbortel@home.nl> wrote in message news:3E0836A7.4010309@home.nl...
    >
    >>Howard J. Rogers wrote:
    >>
    >>>I agree they should be. But have you implemented MTS (which will mean
    >>
    > that
    >
    >>>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
    >
    >
    No - au contraire: an excellent idea; hence the confusion.
    miscomprehended the 'you couldn't care less' bit as
    'you should have known better than installing MTS' ...

    Frank

    Frank Guest

  8. #7

    Default Inactive sessions

    hi how do you resolve the proble?! install MTS? please help me i have the same problem!!! thanks
    Unregistered Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139