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