HP NonStop SQL/MX Messages Manual page 66

Table of Contents

Advertisement

Data Definition Language (DDL) Messages (1000
through 1999)
SQL 1154
1154 Cannot create object object-name as the table size is
too big to fit on the system.
Where object-name is the name of the object.
Cause. NonStop SQL/MX could not create the object because the requested table
size is bigger than the total amount of disk space available on the cluster.
Effect. The SQL operation fails.
Recovery. Check that the table size requested fits the cluster, and then retry the
statement.
SQL 1158
1158 Object name already exists.
Cause. You specified a create of synonym name on an object, but an object of that
name already exists.
Effect. The operation fails.
Recovery. Correct the syntax so that the correct name is used.
SQL 1159
1159 name does not exist.
Cause. You specified an alter or drop of synonym name, but a synonym of that name
does not exist.
Effect. The operation fails.
Recovery. Correct the syntax so that the correct name is used.
SQL 1160
1160 A mismatch between the NOT DROPPABLE PRIMARY KEY
constraint and the STORE BY clause was detected. When both
clauses are specified, the STORE BY key column list must be
the same as, or a prefix of, the PRIMARY KEY column list.
This mismatch is caused by differences between the columns
themselves, the order of columns, or the ASC/DESC attribute.
Cause. You attempted to create a table that contains both a NOT DROPPABLE
PRIMARY KEY constraint and a STORE BY clause. The syntax specified is not
correct. The STORE BY column list must be the same as, or a prefix of, the NOT
DROPPABLE PRIMARY KEY column list.
HP NonStop SQL/MX Messages Manual—640324-001
3- 40

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Nonstop sql/mx 3.0

Table of Contents