International-Data-Spaces-Association / DataspaceConnector

This is an IDS Connector reference implementation.
Apache License 2.0
32 stars 26 forks source link

Support for Oracle RDBMS #37

Open difu opened 2 years ago

difu commented 2 years ago

Is your feature request related to a problem? Please describe. We are evaluating using the connector. As our infrastructure relies upon Oracle we would like to use this RDBMS as backend instead of Postgres.

Describe the solution you'd like Use the official ojdbc driver for Spring.

Describe alternatives you've considered For best experience, it is recommended to use the official drivers.

Additional context I added ojdbc drivers, did some tests and successfully used the connector with Oracle. I will create a pull-request.

SebastianOpriel commented 2 years ago

As a short feedback here: We (@difu @HeinrichPet and me) had a discussion and came to the conclusion to transform the PR into a documentation on how to attach a Oracle DB. I have it on my todo list.