Forum Discussion
jm1,
did you place the JAR file into bin/ext folder?
What does your error log say? There should be further information which may help.
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!
- KarelHusa3 years agoSuper Contributor
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.
- jm13 years agoOccasional Contributor
KarelHusa
I did not know this I appreciate the help thus far.
The current error it gives me under OracleThin/oracle.jdbc.driver.OracleDriver is:
"Can't get the Connection for specified properties; java.sql.SQLRecoverableException: Listener refused the connection with the following error: ORA-12514, TNS:listener does not currently know of service requested in connect descriptor (CONNECTION_ID=UYBFOW45Qh2ULhzmZb1njQ==)"
Is this some other error?