Show TOC

NOTIFY_MODULUS OptionLocate this document in the navigation structure

Controls the default frequency of notify messages issued by certain commands.

Allowed Values

Any integer

Default

0 - For new SAP IQ 16.0 or later databases.

100000 - For pre-16.0 upgraded databases.

Scope

Option can be set at the database (PUBLIC) or user level. At the database level, the value becomes the default for any new user, but has no impact on existing users. At the user level, overrides the PUBLIC value for that user only. No system privilege is required to set option for self. System privilege is required to set at database level or at user level for any user other than self.

Requires the SET ANY PUBLIC OPTION system privilege to set this option. Can be set temporary for an individual connection or for the PUBLIC role. Takes effect immediately.

Remarks

This option sets the default number of notify messages SAP IQ issued for certain commands that produce them. The NOTIFY clause for some of the commands (such as CREATE INDEX, LOAD TABLE, and DELETE) override this value. Other commands that do not support the NOTIFY clause always use this value. The default does not restrict the number of messages you can receive.