SV-24694r1_rule
V-15617
DBMS access to external local objects
DG0098-ORACLE11
CAT II
10
Where its use is authorized, restrict access by a database session to external host files.
From SQL*Plus:
alter system set utl_file_dir=[authorized directory] scope=spfile;
Replace [authorized directory] with the directory path where file access and storage is authorized.
Review Oracle MetaLink Note 39037.1 if you need to define multiple authorized directories.
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='utl_file_dir';
If the returned value contains '*', this is a Finding.
V-15617
False
DG0098-ORACLE11
From SQL*Plus:
select value from v$parameter where name='utl_file_dir';
If the returned value contains '*', this is a Finding.
M
Database Administrator
1367