Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oracle support? #15

Open
piotr-dobrogost opened this issue Apr 19, 2016 · 3 comments
Open

Oracle support? #15

piotr-dobrogost opened this issue Apr 19, 2016 · 3 comments

Comments

@piotr-dobrogost
Copy link

Would Oracle support be in scope of this project?
Has any work been already done in this direction?

@kvesteri
Copy link
Owner

Yes definitely, technically it should be possible to implement this if Oracle has a JSON datatype.

@piotr-dobrogost
Copy link
Author

piotr-dobrogost commented Apr 19, 2016

From Did You Say "JSON Support" in Oracle 12.1.0.2?

So for these reasons (and maybe a few more) Oracle Database 12c supports JSON natively with relational database features, including transactions, indexing, declarative querying, and views.

Details are in JSON in Oracle Database chapter in Oracle's documentation.

There are some extensions adding support for JSON for earlier versions of Oracle. To know if they would work one needs to know specific requirements – what is required specifically with regard to JSON support for this project to work?

@kvesteri
Copy link
Owner

kvesteri commented Jun 6, 2016

You can browse through the SQL templates to see what needs to supported by Oracle as well: https://github.com/kvesteri/postgresql-audit/tree/master/postgresql_audit/templates

Basically we would need Oracle equivalents for those SQL templates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants