2 Replies Latest reply on Oct 11, 2012 9:17 AM by erasmomarciano

    How to kill Inactive database sessions in jboss

    bnrkcdc

      Hi,

       

      My application is running in jboss .
      when ever i execute a query from my application to database a session is created in oracle in ACTIVE mode.
      Then after some time is it converted to INACTIVE mode

       

      if i close the jboss then there is no INACTIVE session available.
      so it is clear that JBOSS is not releasing connections.

       

      Plz help me, how can i release those Inactive seesions.