Vertica is having a table 'Sessions' to maintain currently running sessions information. Using this table we can find the current sessions information.
Syntax: Connect to DB as Admin and run the below statement
SELECT * FROM SESSIONS
See also:
Close Session
looks good
ReplyDelete