SV-219722r401224_rule
V-219722
SRG-APP-000516-DB-000363
O112-BP-023900
CAT II
10
From SQL*Plus (shutdown database instance):
shutdown immediate
From SQL*Plus (create a pfile from spfile):
create pfile='[PATH]init[SID].ora' from spfile;
Edit the init[SID].ora file and remove the following line:
*._trace_files_public=TRUE
From SQL*Plus (update the spfile using the pfile):
create spfile from pfile='[PATH]init[SID].ora';
From SQL*Plus (start the database instance):
startup
NOTE: [PATH] depends on the platform (Windows or UNIX).
Ensure the file is directed to a writable location.
[SID] is equal to the oracle SID or database instance ID.
From SQL*Plus:
select value from v$parameter where name = '_trace_files_public';
If the value returned is TRUE, this is a Finding.
If the parameter does not exist or is set to FALSE, this is Not a Finding.
V-219722
False
O112-BP-023900
From SQL*Plus:
select value from v$parameter where name = '_trace_files_public';
If the value returned is TRUE, this is a Finding.
If the parameter does not exist or is set to FALSE, this is Not a Finding.
M
4057