SV-72021r2_rule
V-57611
Dedicated directories for DBMS control files
DG7002-ORACLE11
CAT III
10
Establish at least two Oracle control files. Specify a separate, dedicated disk/directory location for each control file.
From SQL*Plus:
select name from v$controlfile;
DoD guidance recommends:
1. A minimum of two distinct control files for each Oracle Database Instance.
2. Each control file located on separate, archived physical or virtual storage devices.
3. Different Logical Paths for each control file at the highest level supported by your configuration; for example:
UNIX:
/ora03/app/oracle/{SID}/control/control01.ctl
/ora04/app/oracle/{SID}/control/control02.ctl
Windows:
D:/oracle/{SID}/control/control01.ctl
E:/oracle/{SID}/control/control02.ctl
If this minimum is not met, this is a finding.
Verify that the mount points or partitions referenced in the file paths indicate separate physical disks. If not, this is a finding.
(This includes RAID devices and ASM storage. In the case of SAN storage and where possible, different storage pools must be used for control file locations. This ensures not only that different physical disks are used but that separate higher level storage components are used.)
V-57611
True
DG7002-ORACLE11
From SQL*Plus:
select name from v$controlfile;
DoD guidance recommends:
1. A minimum of two distinct control files for each Oracle Database Instance.
2. Each control file located on separate, archived physical or virtual storage devices.
3. Different Logical Paths for each control file at the highest level supported by your configuration; for example:
UNIX:
/ora03/app/oracle/{SID}/control/control01.ctl
/ora04/app/oracle/{SID}/control/control02.ctl
Windows:
D:/oracle/{SID}/control/control01.ctl
E:/oracle/{SID}/control/control02.ctl
If this minimum is not met, this is a finding.
Verify that the mount points or partitions referenced in the file paths indicate separate physical disks. If not, this is a finding.
(This includes RAID devices and ASM storage. In the case of SAN storage and where possible, different storage pools must be used for control file locations. This ensures not only that different physical disks are used but that separate higher level storage components are used.)
M
1368