ReadyAPI 2.3 Oracle JDBC Fails to Initiate in Data Source and/or JDBC Request
Getting below error while trying to connect to database from SoapUI Pro.
Complete Error Descr:-
"Failed to initialize the connection that uses the [oracle.jdbc.driver.OracleDriver] driver. Connection string: [jdbc:oracle:thin:<username>/<password>@//<hostname>:<port>/<servicename>]."
Please Note:-
* Connection working fine with above string in the same client for SoapUI 5.3.x
* Connection working fine in SQL Developer
* Connection errors only in SoapUI Pro
* JDBC Jar Files were copied under '.../Program Files\SmartBear\ReadyAPI-2.3.0\lib' folder
* The lib folder has both ojdbc6.jar and ojdbc7.jar files
* Connection String uses Service name
Did I do anything wrong or missing something ?
Please let me know if you need any further information.
Thank you for your sincere and detailed responses. Finally, I am able to resolve the problem.
Seems ReadyAPI installs both 32-bit and 64-bit versions in the machine, I didn't know that I am acutally using the 32-bit version. Apparently the folder is different for the 32-bit version. It worked after I copied the files there.
:)