Generic - RDBMS Adapter (IBM DB2)

Description - A generic for connecting to a IBM DB2 Database Server.


Parameter Groups

 ParameterTypeDescription
*Host:stringName or IP address of the DB2 server.
*Port:stringThe port number of the DB2 server.
* - denotes required
 ParameterTypeDescription
*User ID:stringThe DB2 username to authenticate the connection.
Password:stringThe DB2 password to authenticate the connection.
*Database:stringThe schema that will be used as the default schema.
* - denotes required
 ParameterTypeDescription
*Driver Type:stringThe type of JDBC driver used for database connectivity.

Select from one of the following options:
  • jcc driver (type 4) - This driver is pure Java and implements the network protocol for a specific data source
URL:string
* - denotes required
 ParameterTypeDescription
Node Maximum:integerMaximum number of nodes to retrieve.
* - denotes required