Option | Description |
---|---|
Name | Specify a descriptive name for the connection and click Continue. This property is mandatory. |
Agent | Select the Actian Integration Agent that is installed on your system and is registered to the logged in user. (The agent must be registered to the logged in user, otherwise it will not work.) This property is mandatory. |
JDBC URL | Specifies the complete JDBC URL for the database that is recognized by the driver. This property is mandatory. |
User Name | (Optional) Specifies the user name for the specified database. |
Password | (Optional) Specifies the password for the specified database. |
Additional Properties | (Optional) Specifies additional connection properties, in a comma separated format, which must be appended to the connection string. For example: rewriteBatchedStatements=true Properties which are not specified in the key=value format will be ignored. |
Driver Jar Location | Specifies the path of the driver .jar file from which to load the JDBC driver. This path can be a folder on your file system that contains the driver jar file or the full path to the .jar file. It is recommended to provide the name of the .jar file with the full path. The path provided should be accessible by the logged in user who installed and is using the agent. Otherwise the “No suitable driver found” error is returned. This property is mandatory. |
Driver Class | Specifies the fully qualified Java class name of the JDBC driver. This property is mandatory. |
Test | Click to verify your connection, then click Save. The new connection is listed on the Connections page and selected as the source connection (if you’re in the process of creating an integration). |
Option | Description |
---|---|
Test Credentials | Click to verify your connection. A “Connection successful” message is returned when the connection is successful. An error message is returned when the connection attempt fails. |
Table Name | Specifies the table from which the data will be read. This is a mandatory property. |
Batch Size | (Optional) Specifies the number of source records the connector caches before processing them. The default value is 2000. Tip... When a large number of records are to be transformed, setting Batch Size to a higher value can help improve the speed of the job execution (provided that ample system resources, such as memory/RAM, are available to the machine where the agent is installed.) |
Fetch Size | (Optional) Specifies the number of rows to retrieve from the database per server request. The default value is 1000. |
Preview the first 20 records | Click to preview the first 20 records. Use this to verify that you’re connected to the correct table. Data for the selected source table is displayed in the source data preview pane. Click and enter a string to search for a particular record. |
Continue | Click when you have finished entering source definitions. |