Oracle DBSAT Compliance Standard Prerequisites
The following are a list of prerequisites required for Oracle DBSAT to be deployed as a Compliance Standard.
- Oracle DBSAT Compliance Standard in Enterprise Manager is supported only on host platforms running Oracle Linux 7 or later
- The DBSAT Standard must be associated to the database target which is being monitored by EM agent running on the same host OS.
- Oracle DBSAT Compliance Standard requires a minimum version of Oracle Enterprise Manager 13 Release 5 Update 5 (13.5.0.5) for single instance and CDBs. Oracle Enterprise Manager 13 Release 5 update 22 (13.5.0.22) is required for PDBs and RAC databases.
- Oracle Enterprise Manager 13 Release 5 Update 11 (13.5.0.11) is required to use the Sensitive Data Assessment Report.
- Oracle DBSAT Compliance Standard requires PERL installed on the database target being monitored by the EM agent.
- Verify PERL is installed:
perl -v
Note:
If PERL is already installed in the database target being monitored by EM, there is no further action to be taken. - To install the PERL modules use the following commands:
If the installation is correct, the following messages will be displayed:sudo yum -y install perl-DBI sudo yum install -y perl-XML-XPath
Loaded plugins: langpacks, ulninfo Package perl-DBI-1.627-4.el7.x86_64 already installed and latest version Loaded plugins: langpacks, ulninfo Package perl-XML-XPath-1.13-22.el7.noarch
- Verify PERL is installed:
- In order for the integrated reported to with the Enterprise Manager integrated DBSAT, Python needs to installed.
- Unzip Python onto the server:
yum install -y zip unzip python
- Check the Python version installed, it must be 2.7.5 or higher:
It will return the installed version:python -V
Python 2.7.5
- Unzip Python onto the server:
- If you are planning on using Discoverer with DBSAT, a Java 8 JDK environment is required. The
JAVA_HOME
environment variable needs to be set with the following command:JAVA_HOME=/u01/jdk1.8.0_181
For further information on prerequisites for the DBSAT tool see: Oracle Database Security Assessment Tool Prerequisites.