Using nzMatrix: an example
Enabling a Database for nzMatrix Use
To enable nzMatrix functionality, follow the instructions below:
- Create a new Netezza Analytics-enabled database:
$ cd /nz/export/ae/utilities/bin $ ./create_inza_db.sh MYDB
- Connect to the database:
$ nzsql MYDB
- 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