HP NonStop SQL/MX Messages Manual page 339

Table of Contents

Advertisement

Trigger, UDR Server, and Language Manager
Messages (11000 through 11399)
SQL 11033
11033 Object name1 cannot be dropped because it is being used
by trigger name2.
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
11034 Triggers Temporary Table existed for table table-name.
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
11035 Metadata tables cannot have triggers!
Cause. You attempted to create a trigger on a metadata table.
Effect. The operation fails.
Recovery. None.
SQL 11036
11036 No triggers are defined on table table-name.
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.
HP NonStop SQL/MX Messages Manual—640324-001
13- 9

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Nonstop sql/mx 3.0

Table of Contents