select * from sys.queue
I can monitor running queries but I haven't yet figured out a way to list all open connections. Consider e.g. the case that a JDBC connection is for some reason not properly closed.
Any hints would be much appreciated.
Best regards,
Arno