Verify sec_protocol_error_further_action [message #647656] |
Thu, 04 February 2016 13:11  |
 |
krish96
Messages: 74 Registered: October 2012
|
Member |
|
|
Hello DBA Experts,
I need to test this parameter before implementing it on databases .. sec_protocol_error_further_action;
Here's quick notes about this parameter
SEC_PROTOCOL_ERROR_FURTHER_ACTION can be set to the values of CONTINUE (the default), DELAY or DROP.
and we need to test "DROP" option
DROP: the offending session after x bad attempts and forcefully terminates the client connection after integer cumulative bad packets. (for example, a client transaction may be lost).
Example: ALTER SYSTEM SET SEC_PROTOCOL_ERROR_FURTHER_ACTION= "(DROP, 20)" SCOPE=BOTH;
Please let me know how to test this by sending bad packets ..? how to define a bad packet to the server/database.. can you please give me a command or syntax to test this parameter..
Thank you in advance..
Thank you,.
|
|
|
|
|