akardapolov / ASH-Viewer

ASH Viewer provides a graphical view of active session history data within the Oracle and PostgreSQL DB
GNU General Public License v3.0
167 stars 72 forks source link

No option to stop and connect to a different database instance #38

Open raghavtech opened 3 years ago

raghavtech commented 3 years ago

There is no option to disconnect and reconnect to different database without closing and reopening the tool.

also, when tool was killed from task manager and relaunched, the connect button shows as running and does not allow to reconnect to the database.

image

akardapolov commented 3 years ago

Hi!

It's hard to implement. Need rewrite a lot of code though (

Manually set running: false in configuration file (see files in configuration directory): image

Thanks, Alex.