Common Content for Data Engineering
- Common Content for Data Engineering 10.5.3
- All Products
Option
| Description
|
---|---|
connectionString
| Required. Name of the ODBC data source that you create to connect to the Netezza database.
|
jdbcUrl
| Required. JDBC URL that the Developer tool must use when it connects to the Netezza database. Use the following format:
jdbc:netezza://<hostname>:<port>/<database name>
|
username
| Required. User name with the appropriate permissions to access the Netezza database.
|
password
| Required. Password for the database user name.
|
timeout
| Required. Number of seconds that the Developer tool waits for a response from the Netezza database before it closes the connection.
|