SV-270585r1137667_rule
V-270585
SRG-APP-000456-DB-000390
O19C-00-018600
CAT I
10
Institute and adhere to policies and procedures to ensure that patches are consistently applied to the Oracle Database within the time allowed.
Follow the instructions provided by Oracle to download and apply the appropriate security patches.
Log on to My Oracle Support.
Select patches and download the specific patch number and corresponding sha256 checksum. Once the patch is downloaded to the server, check the sha256 checksum to make sure the patch is valid.
To check the sha256 Checksum in Linux/Unix, the command is:
$ sha256sum /home/myuser/test_file4
09b4b51a60d6913b82e3353eef179969ad0968ff8acfb37ca891f04df67b93f0 /home/myuser/test_file5
Once the checksum is validated, apply the patch:
$ cd $ORACLE_HOME
$ opatch apply
When the Quarterly CPU is released, check the CPU Notice and note the specific patch number for the system. Then, issue the following command:
SELECT patch_id, source_version, action, status, description from dba_registry_sqlpatch;
This will generate the patch levels for the home and any specific patches that have been applied to it.
If the currently installed patch levels are lower than the latest, this is a finding.
V-270585
False
O19C-00-018600
When the Quarterly CPU is released, check the CPU Notice and note the specific patch number for the system. Then, issue the following command:
SELECT patch_id, source_version, action, status, description from dba_registry_sqlpatch;
This will generate the patch levels for the home and any specific patches that have been applied to it.
If the currently installed patch levels are lower than the latest, this is a finding.
M
5672