Menu

Still connected after loging out from DB

2007-12-12
2012-11-20
  • Nobody/Anonymous

    Hi,
      Congratulation for ODD, very nice work.
      I try version 1.1b and noticed that there are still connections (2)
      on the database after login out from ODD.
      My config : apache2 + php5
      test it on 10gR2 database

    Hanh

     
    • Gabri van Lee

      Gabri van Lee - 2007-12-16

      Hi!

      This is most likely due to ODD's use of persistent Oracle connections. You can set the oci8.persistent_timeout parameter in your PHP.ini to make PHP close the connection after ODD (or any other PHP app) stops using it.

      For example, setting oci8.persistent_timeout to 300 will close the Oracle connection after 5 idle minutes.

      Hope this helps.

       

Log in to post a comment.