Steps to Install the Oracle Database Security Assessment Tool
To install the DBSAT:
- Log in to the database server.
Create the
dbsatdirectory:mkdir –p /home/oracle/dbsat- Download or copy the dbsat.zip file to the database server, and unzip the file.
unzip dbsat.zip –d /home/oracle/dbsat, where-drefers to the directory path.
These commands are for Linux/Unix. If the installation takes place on Windows, you will use similar commands for Windows.
The DBSAT is installed on the database server.
You can run the Collector, Reporter, and Discoverer from the /home/oracle/dbsat directory.
You can also add this directory to your PATH and skip the step of going to the directory every time you want to run the tool.