SV-24922r2_rule
V-2558
Oracle REMOTE_LOGIN_PASSWORDFILE parameter
DO3546-ORACLE11
CAT II
10
Disable use of the remote_login_passwordfile where remote administration is not authorized by specifying a value of NONE.
If authorized, restrict use of a password file to exclusive use by each database by specifying a value of EXCLUSIVE.
From SQL*Plus:
alter system set remote_login_passwordfile = 'EXCLUSIVE' scope = spfile;
OR
alter system set remote_login_passwordfile = 'NONE' 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 = 'remote_login_passwordfile';
If the value returned does not equal 'EXCLUSIVE' or 'NONE', this is a Finding.
V-2558
False
DO3546-ORACLE11
From SQL*Plus:
select value from v$parameter where name = 'remote_login_passwordfile';
If the value returned does not equal 'EXCLUSIVE' or 'NONE', this is a Finding.
M
Database Administrator
1367