Verifying the Connector Version Number in Linux

If you need to verify the version of the Simba Netezza ODBC Driver that is installed on your Linux machine, you can query the version number through the command-line interface if the connector was installed using an RPM file.

To verify the connector version number in Linux using the command-line interface:

  • Depending on your package manager, at the command prompt, run one of the following commands:
  • yum list | grep NetezzaODBC

  • rpm -qa | grep NetezzaODBC

The command returns information about the Simba Netezza ODBC Driver that is installed on your machine, including the version number.