SV-60351r1_rule
V-16033
Oracle SEC_CASE_SENSITIVE_LOGON parameter
DO6748-ORACLE11
CAT II
10
Enable case sensitive passwords.
From SQL*Plus:
alter system set sec_case_sensitive_logon = TRUE scope = both;
The above SQL*Plus command will set the parameter to take effect immediately and permanently at next system startup.
NOTE: Password and account requirements have changed for DoD since the STIG requirement listed in the table for this check was published.
From SQL*Plus:
select value from v$parameter where name = 'sec_case_sensitive_logon';
If the value returned is not TRUE, this is a Finding.
V-16033
False
DO6748-ORACLE11
From SQL*Plus:
select value from v$parameter where name = 'sec_case_sensitive_logon';
If the value returned is not TRUE, this is a Finding.
M
Database Administrator
1367