SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

Data Definition Language (DDL) Messages (1000
through 1999)
HP NonStop SQL/MX Release 3.2 Messages Manual691121-001
3-51
Effect. The operation fails.
Recovery. Correct the error and retry the operation.
SQL 1236
Where object-name is the name of the SQL object.
Cause. You specified a schema name for an object that is different from the name of
the schema being created.
Effect. The operation fails.
Recovery. Specify a schema name for the object that matches the name of the
schema being created.
SQL 1237
Where file-name is the Guardian file name specified in the ALTER SQL/MP ALIAS
command.
Where error-number is the Guardian file system error number.
Cause. NonStop SQL/MX was unable to obtain file information about file-name.
Effect. The operation fails.
Recovery. See the Guardian Procedure Errors and Messages Manual to diagnose
and correct the problem.
SQL 1238
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.
1236 The schema name specified for SQL object object-name is
not valid. The schema name must be the same as the schema
being created.
1237 SQL/MP alias for file-name could not be altered. File
system error: error-number.
1238 The character set used in TRIGGER text must be ISO88591.