SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Privilege and Alias Messages (1000 through 1999)
HP NonStop SQL/MX Messages Manual—523730-004
3-32
Recovery. Determine whether the column should be DEFAULT NULL or NOT NULL
and resubmit.
SQL 1133
Cause. You attempted to perform an operation that can be performed only by the
super ID.
Effect. The operation fails.
Recovery. Log on as the super ID and then resubmit.
SQL 1134
Where object-name is the name of the object.
Cause. You attempted to execute a utility or alter the DDL of an object while a
concurrent utility or DDL operation was being performed on the object, its parent, or its
dependencies.
Effect. The operation fails.
Recovery. Wait until the concurrent operation has finished and then resubmit.
SQL 1135
Where column-name is the name of the column in the clustering key.
Cause. You attempted to make a column that is not NOT NULL NOT DROPPABLE a
part of the clustering key of a table.
Effect. The operation fails.
Recovery. Specify that the column-name is NOT NULL NOT DROPPABLE and
resubmit.
1133 Only super ID can perform this operation.
1134 A concurrent utility or DDL is being performed on object
object-name, its parent, or one of its dependencies. That
operation must complete before the requested operation can
run.
1135 Clustering key column column-name must be assigned a NOT
NULL NOT DROPPABLE constraint.