摘要:
错误原因:用户的规则限制连接数。已经达到连接数限制了。 查看目前账户连接数 select count(*) from v$session username='GAB_51' and program like 'JDBC%'; 查看用户的profile限制数 select username,profi 阅读全文
摘要:
::启用防火墙netsh advfirewall set allprofiles state on :添加阻止和允许规则netsh advfirewall firewall add rule name="zhuzhi-changyongduank" protocol=TCP dir=in local 阅读全文