admin管理员组

文章数量:1608852

  
SEC_PROTOCOL_ERROR_FURTHER_ACTION 
PropertyDescription
Parameter typeString
SyntaxSEC_PROTOCOL_ERROR_FURTHER_ACTION = { CONTINUE |(DELAY,integer) |(DROP,integer)}
Default valueCONTINUE
ModifiableALTERSESSIONALTER SYSTEM
BasicNo

SEC_PROTOCOL_ERROR_FURTHER_ACTION specifiesthe further execution of a server process when receiving badpackets from a possibly malicious client.

Values:

  • CONTINUE

    The server process continues execution. The database servermay be subject to a Denial of Service (DoS) if bad packets continueto be sent by a malicious client. 服务器进程继续执行。 如果坏包继续是一个恶意的客户端发送  数据库服务器可能会受到拒绝服务(DoS) (DELAY, integer)
  • The client experiences a delayof  integer  secondsbefore the server process accepts the next request from the sameclient connection. Malicious clients are prevented from excessiveconsumption of server resources while legitimate clients experiencea degradation in performance but can continue to function. 客户体验延迟整数秒之后服务器进程接收来自同一客户端连接下一个请求。防止恶意用户的服务器资源的过度消耗而合法的客户体验性能退化而能继续功能。
  • (DROP,integer)

    The server forcefully terminates the client connectionafter  integer bad packets.The server protects itself at the expense of the client (forexample, a client transaction may be lost). The client mayreconnect and attempt the same operation. 强行终止服务器的客户端连接后,整坏包。 客户端可以连接并执行相同的操作

本文标签: secprotocolerrorfurtheraction