SV-24902r2_rule
V-2531
Oracle OS_AUTHENT_PREFIX parameter
DO3447-ORACLE11
CAT III
10
Specify an operating system authenticated username prefix other than OPS$.
From SQL*Plus:
alter system set os_authent_prefix = [prefix value] scope = spfile;
Compliant selections for [prefix value] are:
a null string ('')
a text value other than 'OPS$'
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 = 'os_authent_prefix';
If the value returned is OPS$ or ops$, this is a Finding.
V-2531
False
DO3447-ORACLE11
From SQL*Plus:
select value from v$parameter where name = 'os_authent_prefix';
If the value returned is OPS$ or ops$, this is a Finding.
M
Information Assurance Officer
1367