HP NonStop SQL/MX Messages Manual page 341

Table of Contents

Advertisement

Trigger, UDR Server, and Language Manager
Messages (11000 through 11399)
Effect. The operation fails.
Recovery. Specify a different trigger name and resubmit.
SQL 11046
11046 Host variables and dynamic parameters are not allowed
in the action of a trigger.
Cause. You attempted to create a trigger that includes host variables or dynamic
parameters in its action. This can happen when you specify CALL statements or
compound actions as triggered actions.
Effect. The operation fails and the trigger is not created.
Recovery. Rewrite the trigger so that host variables and dynamic parameters do not
appear in the trigger action. Then retry the operation.
SQL 11049
11049 Illegal use of ROW or TABLE keyword in the REFERENCING
clause. Use ROW with row triggers and TABLE with statement
triggers.
Cause. You attempted to create a row trigger with a referencing clause that specifies
the optional TABLE keyword, or you attempted to create a statement trigger with a
referencing clause that specifies the optional ROW keyword specified.
Effect. The operation fails and the trigger is not created.
Recovery. Correct the syntax so that a row trigger uses the ROW keyword in its
referencing clause and a statement trigger uses the TABLE keyword in its referencing
clause. You can remove the optional keyword because it can be implied from the "for
each clause", if specified. If the optional keyword is not specified, the default is "row"
trigger for BEFORE triggers and "statement" for AFTER triggers.
SQL 11055
11055 Trigger $0~triggerName for table$1~tableName could not
be created due to circular dependency:$2~String0.
Cause. You attempted to create a trigger, which resulted in circular dependency.
Effect. The operation fails.
Recovery. None. You cannot create a trigger that creates a circular dependency.
HP NonStop SQL/MX Messages Manual—640324-001
13 -11

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Nonstop sql/mx 3.0

Table of Contents