anybody have used spring JPA I am facing issue there with Oracle graph with spring jpa I am not able to connect with Oracle Graph DB.Expected is it should be able to create all the tables automatically annotated by @Entity
Oracle graph connection issue in Spring JPA
30 Views Asked by suresh chaudhari At
2
There are 2 best solutions below
0
On
Setting up a connection to the Oracle DB is done similarly regardless of which features you use. The thing you need to do is give the DB user additional privileges. Check the documentation for guidance.
I am not sure why the database connection does not work, can you share more details? After that you can create graph from data in relational tables (not the other way around). The data is typically in relational tables and then you create a graph from it.