#tibero ```sql select ipaddr, count(1) from v$session group by ipaddr; select * from _vt_parameter where name='MAX_SESSION_COUNT'; ```