EasyManua.ls Logo

HP NonStop SQL/MX - Page 77

HP NonStop SQL/MX
752 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Data Definition Language (DDL) Messages (1000
through 1999)
HP NonStop SQL/MX Messages Manual640324-001
3-51
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.