HP Neoview Messages Manual page 240

Table of Contents

Advertisement

SQL 1 1041
11041 Temporary table could not be created! Check default partitions.
Cause
During a create trigger DDL statement, the creation of the triggers temporary table
failed.
Effect
The DDL statement fails.
Recovery
SQL 1 1045
11045 FIRST N UPDATE or DELETE is not supported on a table that is the
subject table of BEFORE triggers or AFTER STATEMENT triggers. Trigger
trigger-name has table table-name as its subject table.
Cause
A FIRST N clause was used on an UPDATE or DELETE operation of a table that is
the subject table of a BEFORE trigger or AFTER STATEMENT trigger.
Effect
The statement does not compile.
Recovery
SQL 1 1046
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
in the trigger action. Then retry the operation.
SQL 1 1047
11047 SELECT statements are not allowed in the compound action of a
trigger.
Cause
You attempted to create a trigger that includes a SELECT statement in its compound
action.
Effect
The operation fails, and the trigger is not created.
Recovery
Then retry the operation.
SQL 1 1049
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
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.
240
Trigger, UDR Server, and Language Manager Messages (11000 Through 11399)
None. This is an internal error. Contact your HP support representative.
Drop the trigger and recompile.
Rewrite the trigger so that host variables and dynamic parameters do not appear
Rewrite the trigger so that the SELECT statement is not present in the trigger action.
Correct the syntax so that a row trigger uses the ROW keyword in its referencing

Advertisement

Table of Contents
loading

Table of Contents