Forum Discussion

ashragh's avatar
ashragh
New Contributor
15 years ago

Not able make JDBC connection

Hi Friends,

I am new to soapui tool. When I am trying to connect to oracle I am getting following error:

com.eviware.soapui.support.SoapUIException: Failed to init connection for drvr [OracleThin/oracle.jdbc.driver.OracleDriver], connectionString [jdbc:oracle:thin:int_db/Oracle11g@10.209.135.204:1521:ORCL]

I have downloaded the jar files also and put the same in ext folder. I have downloaded ojdbc5,ojdbc6,ojdbc6dms_g,orai18n,ojdbc5_g,ojdbc5dms,ojdbc5dms_g,ojdbc6_g,ojdbc6dms jars.

I am using the driver as "OracleThin/oracle.jdbc.driver.OracleDriver"
and connection string as "jdbc:oracle:thin:username/password@host name:port:sid

Please, help me out. I am not able to solve it out despite of so much efforts.

5 Replies

  • yliliy's avatar
    yliliy
    Occasional Contributor
    i think you overload the drive...make sure which one is use and which one is not nessary
  • abavas's avatar
    abavas
    New Contributor
    I am facing the same problem too, Can any one help me which Jar file I need to use.
  • abavas's avatar
    abavas
    New Contributor
    it Worked!!!

    I followed the below steps
    1. Loaded ojdbc14.jar in bin/ext
    2. Make sure File->Preferencecs->Toold has Java patha and jar file path
    3.In JDBC step enter "oracle.jdbc.driver.OracleDriver" as driver and "jdbc:oracle:thin:username/passwrd@Host_ip:port:SID" as conn string
    4.Test connection.
    5.If it dint work exit and open SoapUi