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 Manual—691121-001
3-56
SQL 1254
Cause. You attempted to specify both the unique and primary key constraints or
multiple unique constraints on the same set of columns, which is not allowed.
Effect. The operation fails.
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.
1254 Duplicate unique constraints are not allowed with same
set of columns.
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.










