This section contains information that is specific to the database type Netezza.
Supported Functions
The Netezza database can be used with:
...
For data loading, it is recommended that you use the SQL Loader Agent. You can also use APL function sqlExec
for both data loading and unloading. For information on how to use sqlExec
with Netezza see the section below, APL Examples. For further details, see also the IBM Netezza Data Loading Guide.
Preparations
This section describes preparations that you must perform before attempting to connect to a Netezza database.
...
- Copy the Netezza files to the directory
MZ_HOME/3pp
in the Platform or EC Container .
- Restart the Platform and EC /ECSAs for the change to take effect.
...
Anchor APL Examples APL Examples
APL Examples
This section gives examples of how to use the APL function sqlExec
with a Netezza Database profile.
...