Supported platforms for ODBC, JDBC, OLE DB, .NET, and Go Driver
The Netezza Performance Server ODBC and JDBC clients, OLE DB provider, and .NET Provider are supported on multiple platforms.
Note: The library libnsl.so.2 is not available on RHEL 9. As a result, any CLI that depends
on libnsl.so.2 is not compatible with this version of RHEL.
error:
$ ldd /usr/local/nz/bin64/nz/nzsql | grep "not found"
libnsl.so.2 => not foundAs a workaround, relink the missing library with the
one available on RH9 system.
For more information, see
libnsl.so.2
not available in RHEL 9.# cd /lib64
# ln -s libnsl.so.x.0.0 libnsl.so.2 // e.g libnsl.so.3.0.0
# ldd -r /path/to/binary // ldd -r nzsqlThe platforms are listed in the tables in this topic. Typically, the Netezza Performance Server clients also support the update releases for each of the operating system versions that are listed in the tables, unless the operating system vendor introduced architecture changes in the update.
The platforms for ODBC and JDBC are as follows:
| Operating system | 32-bit | 64-bit |
|---|---|---|
| Windows | ||
| Windows 2008, Vista, 7, 8, 10 and 11 | Intel and AMD | Intel and AMD |
| Windows Server 2012, 2012 R2, 2016, 2019 | N/A | Intel and AMD |
| Linux® | ||
| Red Hat Enterprise Linux 5.2, 5.3, 5.5, 5.9, 6 - 6.5, 7.X, 8.4, 8.8 and 9 | Intel and AMD | Intel and AMD |
| Red Hat Enterprise Linux 6.2 | N/A | PowerPC® |
| Red Hat Enterprise Linux 7.1, 7.3 | N/A | POWER8 LE mode |
| SUSE Linux Enterprise Server 11 | Intel and AMD | Intel and AMD |
| SUSE Linux Enterprise Server 10 and 11, Red Hat Enterprise Linux 5.x, and Red Hat Enterprise Linux 6.1 | IBM® System z® | IBM System z |
| Ubuntu Server 24.04 | Intel and AMD | Intel and AMD |
| UNIX | ||
| IBM AIX® 6.1 with 5.0.2.1 C++ runtime libraries and 7.1 | N/A | PowerPC |
| HP-UX 11i versions 1.6, 2 (B.11.22 and B.11.23), and 3 | Itanium | Itanium |
| Oracle Solaris 10 and 11 | SPARC | SPARC |
| Oracle Solaris 10 | x86 | x86 |
The OLE DB provider is supported on the Windows clients
that are shown in the following table:
| Operating system | 32-bit | 64-bit |
|---|---|---|
| Windows 2008, Vista, 7, 8, 10 and 11 | Intel and AMD | Intel and AMD |
| Windows Server 2012, Windows Server 2016, Windows Server 2019 | N/A | Intel and AMD |
The .NET Provider is supported on the Windows clients that are shown in the following table:
| Operating system | 32-bit | 64-bit |
|---|---|---|
| Windows 7 SP1, 8, 8.1, 10 and 11 | Intel and AMD | N/A |
The Go driver is platform independent and works on all operating systems that are listed in the
following table:
| Operating system | 32-bit | 64-bit |
|---|---|---|
| Linux | ||
| Red Hat Enterprise Linux 5.2, 5.3, 5.5, 5.9, 6-6.5, 8.4, 8.8 and 9. | Intel and AMD | Intel and AMD |
| Red Hat Enterprise Linux 6.2 | N/A | PowerPC |
| Red Hat Enterprise Linux 7.1 | N/A | Power8 LE mode |
| SUSE Linux Enterprise Server 11 | Intel and AMD | Intel and AMD |
| SUSE Linux Enterprise Server 10 and 11, Red Hat Enterprise Linux 5.x, and Red Hat Enterprise Linux 6.1 | IBM System z | IBM System z |
| Ubuntu Server 24.04 | Intel and AMD | Intel and AMD |
| UNIX | ||
| IBM AIX® 6.1 with 5.0.2.1 C++ runtime libraries and 7.1 | N/A | PowerPC |
| HP-UX 11i versions 1.6, 2 (B.11.22 and B.11.23), and 3 | Itanium | Itanium |
| Oracle Solaris 10 and 11 | SPARC | SPARC |
| Oracle Solaris 10 | x86 | x86 |