SV-55939r2_rule
V-16035
Oracle SEC_MAX_FAILED_LOGIN_ATTEMPTS parameter
DO6749-ORACLE11
CAT II
10
Limit the number of failed login attempts for the database.
From SQL*Plus:
alter system set sec_max_failed_login_attempts = 3 scope = spfile;
The above SQL*Plus command will set the parameter to take effect at next system startup.
From SQL*Plus:
select value from v$parameter where name = 'sec_max_failed_login_attempts';
If the value returned is equal to 0 or greater than 3, this is a Finding.
V-16035
False
DO6749-ORACLE11
From SQL*Plus:
select value from v$parameter where name = 'sec_max_failed_login_attempts';
If the value returned is equal to 0 or greater than 3, this is a Finding.
M
Database Administrator
1367