SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

Trigger, UDR Server, and Language Manager
Messages (11000 through 11399)
HP NonStop SQL/MX Messages Manual523730-004
12-9
SQL 11035
Cause. You attempted to create a trigger on a metadata table.
Effect. The operation fails.
Recovery. None.
SQL 11036
Where table-name is the name of the specified table.
Cause. You attempted to “alter trigger enable/disable all of” on a table that does not
have triggers.
Effect. This is a warning only. The operation succeeds.
Recovery. None.
SQL 11037
Cause. You attempted to create a trigger on a view.
Effect. The operation fails.
Recovery. Abandon the operation or create a trigger on one of the view-based tables,
if this is applicable to your application.
SQL 11038
Cause. You attempted to create a trigger on an object other than a user base table.
Effect. The operation fails.
Recovery. None.
11035 Metadata tables cannot have triggers!
11036 No triggers are defined on table table-name.
11037 A trigger cannot be defined on a view!
11038 A trigger can be defined on base tables only!