Click here to Skip to main content
15,881,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I would like to know what version of JDBC I should use Oracle DB 12.1 and Java 8.
I've read that there is: JDBC 4.1 in ojdbc7.jar
That would be fine of cause.

But what should I use for DB access with Spring to access the DB?
What is for the different Spring Projects the right version (JPA, Data, JdbcTemplate)

What I have tried:

I currently replacing the direct JDBC using ojdbc7.jar - but still not sure about the Spring framework.
Posted
Updated 19-Aug-18 22:39pm

1 solution

 
Share this answer
 
Comments
Member 13954180 21-Aug-18 17:00pm    
This tells nothing about the versions - What JDBC specification is it implementing?
Richard MacCutchan 22-Aug-18 3:11am    
That information should be in the documentation or the release notes.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900