Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

integration with oracle 8i in java 8 spring boot application

User_DTG3TNov 29 2022

I am working on a spring boot project using java 8. The application normally connects to an Oracle 9i or greater instance. We have a new client where we are required to connect to their oracle 8i instance. Is there anyway i can connect my existing Java 8 Spring boot application to the clients Oracle 8i instance? Is it possible to make it work with the ojdbc14.jar driver? I am able to use this driver to connect my intelij db console, however, I am not having any luck with the java application.
Any suggestions to make this work?

Comments

Post Details

Added on Nov 29 2022
1 comment
471 views