SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

Privilege and Alias Messages (1000 through 1999)
HP NonStop SQL/MX Messages Manual523730-004
3-51
Recovery. Change your query so that both unique and primary constraints or multiple
unique constraints are not specified on the same set of columns.
SQL 1261
Where error-number is the SQLCODE value.
Where jvm-startup-options is a set of Java Virtual Machine startup options,
specified in the application’s UDR_JAVA_OPTIONS default setting.
Cause. An unanticipated error occurred during a CREATE PROCEDURE operation.
Effect. The operation fails.
Recovery. Retry the operation. If the operation continues to fail, contact your service
provider.
SQL 1262
Where operation is a schema-level operation.
Where schema is the ANSI name of the affected schema.
Cause. You attempted a DDL or utility operation on a database object while
operation was in progress for that object’s schema.
Effect. The DDL or utility operation fails.
Recovery. Wait until the operation has finished, and then retry the DDL or utility
operation.
SQL 1263
Where text is the disallowed name that was specified.
Cause. You specified an SQL/MX reserved object name.
Effect. The object is not created.
Recovery. See the SQL/MX Reference Manual for the list of reserved object names.
Choose a name that is not reserved and reissue the CREATE statement.
1261 Error error-number was returned by the SQL/MX CLI while
processing the UDR_JAVA_OPTIONS setting jvm-startup-options.
1262 The command cannot be executed because operation is in
progress for schema.
1263 Table, view, and stored procedure names that start with
text are reserved for SQL/MX metadata.