【发布时间】:2015-09-23 08:52:23
【问题描述】:
您能帮我解决以下问题吗:
我想通过 SoapUI JDBC 请求连接到 Oracle 数据库,但我不断收到此错误:
"Can't get the Connection for the specified properties; java.sql.SQLException : arguments non valides dans l'appel"
我使用了以下内容:
Driver : oracle.jdbc.driver.OracleDriver
Connection String : jdbc:oracle:thin:@host:port:sid
打印屏幕:
我的连接字符串有问题吗? 另外,我想知道我应该把我的用户名/密码放在哪里。
谢谢你:)
【问题讨论】:
-
是的,但是我有 SOAPUI,它不是同一个版本...谢谢
标签: oracle jdbc request driver soapui