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?