Obsidian/Recognition/Programing/Tibero/Tibero 세션 관련.md

11 lines
141 B
Markdown
Raw Permalink Normal View History

2024-05-17 09:08:41 +00:00
#tibero
```sql
select ipaddr, count(1) from v$session group by ipaddr;
select * from _vt_parameter where name='MAX_SESSION_COUNT';
```