How to test sec_max_failed_login_attempts and sec_protocol_error_further_action = drop,3
Can anyone please provide me information on how we can test the working of above two parameters.
I tested sec_max_failed_login_attempts with value as 4 and tried to connect to oracle from other user but the sqlplus prompt is coming out after 3 unseccessful attemps, wasn't it supposed to be 4.
[abc@db10 ~]$ sqlplus
SQL*Plus: Release 11.2.0.2.0 Production on Fri Nov 8 10:36:37 2013
Copyright (c) 1982, 2010, Oracle. All rights reserved.
Enter user-name: user/aslkaslask
ERROR:
ORA-01017: invalid username/password; logon denied
Enter user-name: user/aslkaslask
ERROR:
ORA-01017: invalid username/password; logon denied
Enter user-name: user/aslkaslask
ERROR:
ORA-01017: invalid username/password; logon denied
I tested sec_max_failed_login_attempts with value as 4 and tried to connect to oracle from other user but the sqlplus prompt is coming out after 3 unseccessful attemps, wasn't it supposed to be 4.
[abc@db10 ~]$ sqlplus
SQL*Plus: Release 11.2.0.2.0 Production on Fri Nov 8 10:36:37 2013
Copyright (c) 1982, 2010, Oracle. All rights reserved.
Enter user-name: user/aslkaslask
ERROR:
ORA-01017: invalid username/password; logon denied
Enter user-name: user/aslkaslask
ERROR:
ORA-01017: invalid username/password; logon denied
Enter user-name: user/aslkaslask
ERROR:
ORA-01017: invalid username/password; logon denied
0