[SoapUI] SoapUI JDBC REST 连接 Netezza

How to Connect to Server

1. Apply accounts that has permission to access Netezza system for host access and DB access.

2. Install ODBC and Ole drivers in drivers folder. It’s better to install both 64bit and 32bit.

3. Install Aginity for executing SQL query, you can use email to register it.

For soapUI:
copy "nzjdbc.jar" to C:Program Files (x86)SmartBearSoapUI-5.1.3inext

Netezza
Driver:org.netezza.Driver
Connection string:jdbc:netezza://xxxxx(SeverName):5480/xxxxxxx(DB Name)?user=xxxxx&password=xxxx;

原文地址:https://www.cnblogs.com/wynlfd/p/5570230.html