Teradata wrapper library files

The Teradata wrapper library files are added to the federated server when you install the wrapper.

When you install the Teradata wrapper, three library files are added to the default directory path. For example, if the federated server is running on AIX®, the wrapper library files that are added to the directory path are libdb2teradata.a, libdb2teradataF.a, and libdb2teradataU.a. The default wrapper library file is libdb2teradata.a. The other wrapper library files are used internally by the Teradata wrapper.

If you do not use the default wrapper name when you register the wrapper, you must include the LIBRARY parameter in the CREATE WRAPPER statement and specify the default wrapper library file name.

The default directory paths and default wrapper library file names are listed in the following table.

Table 1. Teradata wrapper library locations and file names
Operating system Directory path Library file names
AIX
/usr/opt/install_path/lib32/
/usr/opt/install_path/lib64/
libdb2teradata.a
Windows %DB2PATH%\bin db2teradata.dll

install_path is the directory path where the federated server is installed on UNIX.