/sqle-oracle-plugin

this a Oracle SQL audit plugin for SQLE

Primary LanguageGo

SQLE Oracle Plugin

This is A Oracle SQL audit for SQLE, which is an SQL audit platform.

1. Add Rule

You can define a rule in coresponding file, and then add it to the plugin by AddRule() method. More details please refer to docs.

2. Build Binary

make docker_install # see binary file in bin/

The binary file is located in bin/ folder, and you can use it to audit your database.

3. Begin to use

More details please refer to docs.

4. Note:

  1. the plugin using Oracle SQL driver (go-ora v2), it is more preferred for oracle servers 10.2 and above.