Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/actiontech/sqle-oracle-plugin
this a Oracle SQL audit plugin for SQLE
https://github.com/actiontech/sqle-oracle-plugin
audit oracle sql sqle
Last synced: 5 days ago
JSON representation
this a Oracle SQL audit plugin for SQLE
- Host: GitHub
- URL: https://github.com/actiontech/sqle-oracle-plugin
- Owner: actiontech
- Created: 2021-11-18T02:32:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T10:12:03.000Z (over 1 year ago)
- Last Synced: 2024-06-20T00:32:58.947Z (5 months ago)
- Topics: audit, oracle, sql, sqle
- Language: Go
- Homepage:
- Size: 4.95 MB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SQLE Oracle Plugin
This is A Oracle SQL audit for [SQLE](https://github.com/actiontech/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](https://actiontech.github.io/sqle-docs-cn/3.modules/3.7_auditplugin/auditplugin_development.html).### 2. Build Binary
```bash
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](https://actiontech.github.io/sqle-docs-cn/3.modules/3.7_auditplugin/auditplugin_management.html).### 4. Note:
1. the plugin using Oracle SQL driver ([go-ora](https://github.com/sijms/go-ora) v2), it is more preferred for oracle servers 10.2 and above.