摘要:
连接数 -- 数据库连接数 select count(*) from v$process; -- 数据库允许的最大连接数 select value from v$parameter where name ='processes'; -- session连接数 select count(*) from 阅读全文
摘要:
1.查看本机ipv6地址 windows ipcongig linux ifconfig 2.关闭临时ipv6,管理员执行 netsh interface ipv6 set privacy state=disable 恢复临时ipv6,管理员执行 netsh interface ipv6 set p 阅读全文