Forum Discussion

rameshsoapui's avatar
rameshsoapui
Contributor
11 years ago

JDBC Request in soapui 5.0.0 for connecting Oracle

I have JDBC Request to connect to oracle in soapui 5.0.0, Using Oracle 11g R2

 

First I got this error:

 " com.eviware.soapui.support.SoapUIException: Failed to init connection for drvr [oracle.jdbc.OracleDriver]

 

Then I placed ojdbc6.jar in bin/ext folder, and tried...

 

I got his error:

ORA-12505, TNS:listener does not currently know of SID given in connect descriptor

 

Now I place ojdbc14.jar I got this error:..

 

Thu Feb 12 13:08:05 EST 2015:ERROR:java.sql.SQLException: invalid arguments in call

 

 

Not sure what I am missing here in terms of right jar file ? Please help me immediately, I am stuck..

 

1 Reply

  • nmrao's avatar
    nmrao
    Icon for Champion Level 1 rankChampion Level 1

    As the error suggests, you are not passing the required arguments. It is difficult to provide specific answer from the details availble in this post unless you provide a screen shot or query. Or check in the oracle forum. If you are using 11g, then you need to use ojdbc6.jar.