SQL/MX 3.x Messages Manual (H06.22+, J06.11+)

Trigger, UDR Server, and Language Manager
Messages (11000 through 11399)
HP NonStop SQL/MX Messages Manual640324-001
13-9
SQL 11033
Where name1 is the object name you are attempting to drop.
Where name2 is the trigger name.
Cause. You attempted to drop an object name that is being used by a trigger.
Effect. The operation fails.
Recovery. If possible, drop the trigger first, and then drop the object. You can use the
cascade option to drop the object, but you risk dropping all objects that use that object,
including the triggers.
SQL 11034
Where table-name is the table name you are attempting to drop.
Cause. You attempted a “drop table cascade” on a table that contains defined triggers.
Effect. The operation succeeds.
Recovery. None. This is a warning only.
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.
11033 Object name1 cannot be dropped because it is being used
by trigger name2.
11034 Triggers Temporary Table existed for table table-name.
11035 Metadata tables cannot have triggers!
11036 No triggers are defined on table table-name.