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

Secretless has an Oracle DB connector #1162

Open
izgeri opened this issue Mar 20, 2020 · 2 comments
Open

Secretless has an Oracle DB connector #1162

izgeri opened this issue Mar 20, 2020 · 2 comments

Comments

@izgeri
Copy link
Contributor

izgeri commented Mar 20, 2020

If this connector is interesting for you, please share info about the Oracle DB versions you're using, the authentication mode your server is configured with, and the client you're using to connect to it.

@izgeri izgeri changed the title Secretless has an Oracle DB connector Secretless has a Trusted Oracle DB connector Mar 20, 2020
@daswak
Copy link

daswak commented May 28, 2020

Please find a link to the Oracle Opensource C-API for clients as well as a link to a go driver:
https://github.com/oracle/odpi
https://github.com/godror/godror

@izgeri
Copy link
Contributor Author

izgeri commented May 28, 2020

Note: there is a free tier of Oracle DBs (Express Edition) available here: https://www.oracle.com/database/technologies/appdev/xe.html

AWS also has an RDS DB (may be useful for XA / perf testing): https://aws.amazon.com/rds/oracle/features/
It supports v11+, including:

  • Standard Edition One: License Included, Bring-Your-Own License
  • Standard Edition Two: License Included, Bring-Your-Own-License
  • Standard Edition: Bring-Your-Own-License
  • Enterprise Edition: Bring-Your-Own License

Based on our understanding of customer needs, we should aim to support v11+ for now (eg v11, v12, v18, v19). Unfortunately, the XE appears to only be available for v18 at current - so we may need to develop with that version, and test the other versions' capabilities in XA.

There is also a public repo for Oracle Dockerfiles, though they don't appear to work with the XE it may be possible to leverage these: https://github.com/oracle/docker-images/tree/master/OracleDatabase

@izgeri izgeri changed the title Secretless has a Trusted Oracle DB connector Secretless has an Oracle DB connector May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants