aioc.sc _sessions
It stores the connection information of the established connection.
Column | Data Type | Description |
---|---|---|
db_id | bigint | Table's primary key |
session_id | character varying(255) | Session id |
user_name | character varying(255) | Username of the session user |
host | character varying(255) | IP of the connected device |
host_name | character varying(255) | General name given to that device |
start_time | timestamp | Time the session is established |
end_time | timestamp | Time the session ended |
global_user_name | character varying(255) | Username used to connect to the target device |
client_ip | character varying(255) | IP of the device that initiated the connection |
instance_name | character varying(255) | Name of the application started by the server |
access_protocol | character varying(255) | Connection type (MSSQL, ORACLE etc. ) |
video_availability | character varying(255) | Downloadable video status |
idle_duration | bigint | Idle time of user in the session |
reason_for_connection | character varying(255) | Reason stated when connecting |