Monday 14 August 2017

How to find currently running sessions?



Vertica is having a table 'Sessions' to maintain currently running sessions information. Using Sessions table we can find the current running sessions information.

Query: Connect to DB as Admin and run the below statement

SELECT * FROM SESSIONS

No comments:

Post a Comment