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-33
SQL 1132
Cause. You attempted to add a column that is both DEFAULT NULL and NOT NULL.
Effect. The operation fails.
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.
1132 An added column cannot have DEFAULT NULL and NOT NULL at
the same time.
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.