I have recently upgraded an application from java 1.7 to 1.8. Rest of the libraries versions remains unchanged. I am getting the following error after the upgrade:
As i can see from the Oracle FAQ, the jdbc driver you are using is not compatible with the Database Version and JDK8.
What are the various supported Oracle database version vs JDBC compliant versions vs JDK version supported?
I think this must be your problem. Maybe if you used ojdbc7.jar might help (not sure about this cause I haven't tested it yet - MOST PROBABLY THIS WOULD FAIL)