Skip to Main Content

SQL Developer for VS Code

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

I know that keepalive is a touchy subject but ...

Adam vonNiedaNov 26 2024

I'm wondering if JDBC keepalive settings can be used in SQL-Developer for VSCode? Such as

oracle.net.keepAlive Enables TCP keep alive
oracle.net.TCP_KEEPIDLE Specifies the amount of time for a connection to remain idle before sending keep alive probes
oracle.net.TCP_KEEPINTERVAL Specifies the frequency at which keep alive probes are retransmitted oracle.net.TCP_KEEPCOUNT Specifies the maximum number of keep alive probes to send before terminating the connection

I've played around with advanced connection settings and watched tcpdump on the DB server side, and it doesn't seem like they take.

Any advice anyone who may have gotten something like keepalive to work? It's keeping my end users from moving to VSCode, as we can use the plugin on the old SQL-Dev.

Thanks,

  Adam
Comments
Post Details
Added on Nov 26 2024
2 comments
71 views