-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Include Oracle Autonomous Database driver #576
Comments
Hi @Maros112358, we have a PR for that (#575). I'm still evaluating the necessity to include it by default as it would increase the size of the binary, and I want to keep the list small. Besides, I consider removing drivers for proprietary databases from the default build, and just leave MySQL and PostgreSQL. If the database can be installed locally, then it'd be fine. With MSSQL you can install Express edition which is free. With Oracle I don't know if it's possible, but I haven't looked into it. I believe it's simple enough to just add one string with a required driver, rebuild the app with two commands, and have it included. The documentation contains all the necessary steps. Currently, you can just add the driver, and rebuild the software, and it will work just fine. |
Hello @burningalchemist, thank You for thorough elaboration. Oracle Autonomous Database is available for free as a public docker image:
Oracle Database is also available publicly https://www.oracle.com/database/free/get-started We will rebuild the image for now, thank You. |
Hey @Maros112358, thanks for the information. I'll have a look and try it out. If the size increase is small enough, I might add it then. 👍 I'll close the issue as it's already described in the linked PR. 😉 |
Is your feature request related to a problem? Please describe.
We would like to use sql_exporter with Oracle Autonomous Database. According to the article Connecting a Go application to Oracle Database, the only thing required should be to add package go_ora to sql_exporter.
Describe the solution you'd like
Add go_ora to sql_exporter.
Describe alternatives you've considered
Compile the sql_exporter with go_ora ourselves.
The text was updated successfully, but these errors were encountered: