Search notes:

Oracle security

Oracle provides quite a few possibilities to enhance security:

Database Security Assessment Tool (DBSAT)

DBSAT is a command-line tool that helps identify and assess security risks. The tool is able to recommend changes in order to mitigate these risks.
DBAT has three components:
Collector Collects the raw data by executing SQL statements and OS commands
Reporter Analyzes the collected data and produces the report with the findings.
Disoverer
DBSAT consists of SQL and Python scripts and can by downloaded from MOS note 2138254.1.

Data Safe

Data Safe is a cloud service which builds on DBSAT and provides

See also

Oracle privileges
Advanced Security, Label Security
Row level security
roles
$ORACLE_HOME/rdbms/admin/dsec.bsq

Index