Forum Discussion
KarelHusa
Yes! I posted a screenshot of the bin folder.
The current error I am getting is: Failed to initialize the connection that uses the [oracle.jdbc.driver.OracleDriver] driver. Connection string: [jdbc:oracle:thin:<username>/<password>@<hostname>:1521/<SID>].
I am however unsure if I have the specific Jar file in the Bin folder that I need for my specific version of Oracle SQL Developer though. Any insight would be appreciated!
jm1,
I would suggest using ojdbc11.jar from https://www.oracle.com/database/technologies/appdev/jdbc-downloads.html.
Please ensure you have only one version of ojdbc.jar in your bin/ext to avoid conflicts; it seems that you now have both versions 8 and 11.
Give it a try, and check the ReadyAPI error log for more details if necessary.