Configuring a Netezza ODBC connection for SQL ELT optimization
You can set the SQL ELT optimization for the ODBC connection that uses the Netezza ODBC driver to enhance the mapping performance.
You must first configure the Netezza ODBC drivers and create a Netezza ODBC data source name. Netezza supports Netezza ODBC drivers on Windows and Linux systems.
After you configure the Netezza ODBC DSN, you must create an ODBC connection to connect to Netezza. In the ODBC connection properties, select ODBC Subtype as Other and the Driver Manager as Data Direct.
For more information about creating an ODBC connection to connect to Netezza, see the "Creating an ODBC Connection" topic in the help for ODBC Connector.
Use the configured Netezza ODBC connection in a mapping, and select the value of the SQL ELT Optimization property as Full or To Source in the SQL ELT optimization of the mapping task.
Configuring the Netezza ODBC driver on Windows
Before you establish an ODBC connection to connect to Netezza on Windows, you must configure the Netezza ODBC driver and create the Netezza data source name.
Perform the following steps to configure an ODBC connection on Windows:
1Open the folder in which the ODBC data source file is installed.
2Run the odbcad32.exe file.
The ODBC Data Source Administrator dialog box appears.
3Click System DSN.
The System DSN tab appears.
The following image shows the System DSN tab on the ODBC Data Source Administrator (64-bit) dialog box:
4Click Add.
The Create New Data Source dialog appears.
The following image shows the Create New Data Source dialog box where you can select the Netezza data source:
5Select NetezzaSQL and click Finish.
6Click Configure.
The Netezza Configuration dialog box appears.
The following image shows the DSN options tab:
7Specify the following DSN properties:
Property
Description
Data Source
Name of the data source.
Description
Description for the data source.
Server
Domain name of your Netezza account.
Port
Port number used to connect to Netezza.
Database
Name of the Netezza database.
Schema
Name of the Netezza schema.
User Name
Username to access the Netezza database.
Password
Password to access the Netezza database.
8Click OK.
The Netezza ODBC driver is configured successfully on Windows.
Configuring the Netezza ODBC driver on Linux
Before you can run tasks to connect to Netezza using the ODBC connection from Linux, you must set the ODBCINI, ODBCINST, and LD_LIBRARY_PATH environmental variables for the driver and create the DSN entries.
1Add the path of the odbc.ini file to the ODBCINI environment variable. For example,