SV-24419r1_rule
V-15623
DBMS system data file protection
DG0112-ORACLE11
CAT II
10
Create a dedicated directory or dedicated subdirectories to store database instance files.
Reconfigure the Oracle instance to point to the files in the new locations.
Where feasible, locate database instance files on a dedicated disk partition and/or RAID device to provide additional protection.
From SQL*Plus:
select file_name from dba_data_files
where tablespace_name='SYSTEM';
NOTE: Data files for a given database instance may include data files (*.dbf), REDO log files (redo*.log) and CONTROL files (*.ctl).
Review the files in the directory shown above.
Allowable files are instance database files (*.dbf), REDO log files (redo*.log) and CONTROL files (*.ctl).
If any files other than these exist in the directory, this is a Finding.
A good best practice (not consistently endorsed by the Oracle community) is on database creation, using separate subdirectories for data, redo and control files [under the instance name directory] instead of using a single directory to contain all Oracle data, redo and control instance files.
V-15623
False
DG0112-ORACLE11
From SQL*Plus:
select file_name from dba_data_files
where tablespace_name='SYSTEM';
NOTE: Data files for a given database instance may include data files (*.dbf), REDO log files (redo*.log) and CONTROL files (*.ctl).
Review the files in the directory shown above.
Allowable files are instance database files (*.dbf), REDO log files (redo*.log) and CONTROL files (*.ctl).
If any files other than these exist in the directory, this is a Finding.
A good best practice (not consistently endorsed by the Oracle community) is on database creation, using separate subdirectories for data, redo and control files [under the instance name directory] instead of using a single directory to contain all Oracle data, redo and control instance files.
M
Database Administrator
1367