Using nzMatrix: an example

Enabling a Database for nzMatrix Use

To enable nzMatrix functionality, follow the instructions below:
  1. Create a new Netezza Analytics-enabled database:
    $ cd /nz/export/ae/utilities/bin
    $ ./create_inza_db.sh MYDB
  2. Connect to the database:
    $  nzsql MYDB
  3. Initialize the nzMatrix engine for the particular database:
    CALL NZM..INITIALIZE();

Refer to the IBM Netezza Analytics Administrator's Guide for additional examples and detailed information on creating Netezza Analytics-enabled databases and setting database permissions