sql-developer-keepalive icon indicating copy to clipboard operation
sql-developer-keepalive copied to clipboard

Unshared connections are not polled

Open robertuss12 opened this issue 3 years ago • 0 comments

SQL Developer allows to open so-called "unshared connection". It's another connection with the same name to the same database but as independent session. Those connections are not polled by keepalive plugin. It's easy to see in logs, because if you have one standard connection and one unshared then only one info message "successfully kept alive!" is presented during keep alive cycle.

There should exists some method of getting a list of opened unshared connections, because SQL Developer has dialogue window asking about closing them when you're going to close a standard one. So it look like there is a way of tracking them in some way.

robertuss12 avatar Nov 24 '22 11:11 robertuss12