FAQ

Problem Description: no suitable driver found for jdbc

Answer: This type of issue is usually caused by inconsistencies in JDBC driver versions. The user experiencing this problem was using ojdbc14, while the server was using Oracle11g and JDK8. In this case, upgrading to ojdbc6 should resolve the issue.

For version compatibility, please refer to: https://www.oracle.com/technetwork/database/application-development/jdbc/downloads/index.html