Recent content by Paulo Andre

  1. P

    Keep-Alive on multisession

    you misunderstood my problem. If I check "check connection", my main connection to the database stays on, but all other sql windows I have open get timeout. This is because pl/sql developer is in multisession mode, every windows creates a separate connection to the database. Inside a long...
  2. P

    Keep-Alive on multisession

    I have a problem with my vpn. Queries after a long inactivity period time out and I can't see the result. The check connection is marked, but from my understanding this only keeps one session alive (thus pl/sql developer always keeps connected). I needed a per session keep-alive, something like...
Back
Top