哪吒机器人提醒:

提醒:玉面飞龙的BLOG
【标题】connection rate limiter feature
【摘要】11g中listener可以限制每秒能够成功建立的数据库连接数目,通过在listener.ora中设置如下2个参数,然后reload listener。可以用来防止logon storm。使用该参数需要注意参数inbound_connect_timeout的设置,以避免发生过多的“ora-12170: tns:connect timeout occurred”错误.connection rate limiter parametersthe connection rate limiter feature in the oracle net listener enables a dba to limit the number of new connections handled by the listener. when this feature is enabled, oracle net listener imposes a user-specified maximum limit on the number of new connections handled by the... (02-04 13:15)