Neoview Messages Manual (R2.2)

Effect The operation fails.
Recovery Specify a schema name for the object that matches the name of the schema being
created.
SQL 1238
1238 The character set used in TRIGGER text must be ISO88591.
Cause You specified a literal with a character set other than ISO88591 in the text of a create
trigger statement.
Effect The operation fails.
Recovery Specify only ISO88591 literals in the command.
SQL 1239
1239 The character set used for string literals in VIEW must be ISO88591.
Cause You specified a literal with a character set other than ISO88591 in the text of a create
view statement.
Effect The operation fails.
Recovery Specify only ISO88591 literals in the command.
SQL 1240
1240 The character set for a PARTITION KEY column must be ISO88591.
Cause You specified a literal with a character set other than ISO88591 as a partition key.
Effect The operation fails.
Recovery Specify only ISO88591 literals as partition keys.
SQL 1241
1241 The character set for HEADING must be ISO88591.
Cause You specified a literal with a character set other than ISO88591 in a HEADING clause.
Effect The operation fails.
Recovery Specify only ISO88591 literals in HEADING clauses.
SQL 1242
1242 The character set for string literals in CONSTRAINT must be
ISO88591.
Cause You specified a literal with a character set other than ISO88591 in the text of a
constraint.
Effect The operation fails.
Recovery Specify only ISO88591 literals in constraints.
SQL 1243
1243 The hexadecimal form of string literals is not allowed in this
context.
Cause You specified a hexadecimal literal in the text of the statement, which is not allowed.
Effect The operation fails.
Recovery Do not specify hexadecimal numbers in this type of command.
49