Forum Discussion

Beice's avatar
Beice
Occasional Contributor
15 years ago

[Help]How to access the oracle using JDBC request

Hi

I am going to using SoapUI and visit the oracle database by using following connect string in JDBC request form , but expection occur , I don't know how to handle it . (qa qa are username and password here )

Driver: oracle.jdbc.OracleDriver
ConnectString: jdbc:oracle:thin:qa/qa@10.80.100.100:1521/orcl



Error occur
com.eviware.soapui.support.SoapUIException: Failed to init connection for drvr [oracle.jdbc.OracleDriver], connectionString [jdbc:oracle:thin:LO_GEM_qa/a@10.80.14.106:1521/orcl]


And can we fetch the value in xml body by using property transfer ?

1 Reply

  • Beice's avatar
    Beice
    Occasional Contributor
    Do we need to config some Java/Oracle/JDBC environment support for SoapUI first ?

    Do we use oracle.jdbc.driver.OracleDriver ?