![HP NonStop SQL/MX Messages Manual Download Page 41](http://html.mh-extra.com/html/hp/nonstop-sql-mx/nonstop-sql-mx_messages-manual_165150041.webp)
Data Definition Language (DDL) Messages (1000
through 1999)
HP NonStop SQL/MX Messages Manual — 640324-001
3- 15
Recovery. Either correct the table name or the constraint name and reissue the
statement.You can use the SHOWDDL statement to display the names of constraints
on the table.
SQL 1053
Where
index-name
is the name specified for the index to create.
Cause. The rows already existing in the table violate the uniqueness constraint
specified in the CREATE INDEX statement.
Effect. The index is not created.
Recovery. Either change the list of columns for the unique index, or change the rows
in the table to remove duplicates. Then reissue the statement.
SQL 1054
Where
index-name
is the name specified for the index to create.
Cause. You attempted to create an index with the name of an index that already exists
on the specified table.
Effect. The index is not created.
Recovery. Choose a different name for the index and reissue the statement.
SQL 1055
Where
object-name
is the name of an existing SQL/MX object.
Cause. You attempted to create an object with a name that is already in use for a
table, view, or stored procedure in this schema.
Effect. The operation fails.
Recovery. Check that the object name is correct. If the name is not fully qualified,
check that the current schema is set correctly. You can choose a different name, or
drop the existing object with this name and then reissue the statement.
1053 Unique index
index-name
could not be created because the
specified column(s) contain duplicate data.
1054 Index
index-name
already exists.
1055 Object
object-name
already exists.
Summary of Contents for NonStop SQL/MX
Page 4: ......
Page 8: ...Contents HP NonStop SQL MX Messages Manual 640324 001 iv ...
Page 26: ...General Messages 0 through 999 HP NonStop SQL MX Messages Manual 640324 001 2 2 ...
Page 130: ...SQL MX MXCMP Messages 2000 through 2999 HP NonStop SQL MX Messages Manual 640324 001 4 34 ...
Page 242: ...Normalizer Messages 5000 through 5999 HP NonStop SQL MX Messages Manual 640324 001 7 2 ...
Page 246: ...Optimizer Messages 6000 through 6999 HP NonStop SQL MX Messages Manual 640324 001 8 4 ...
Page 248: ...Generator Messages 7000 through 7999 HP NonStop SQL MX Messages Manual 640324 001 9 2 ...
Page 614: ...Utility Messages 20000 through 23099 HP NonStop SQL MX Messages Manual 640324 001 18 138 ...
Page 752: ...Non SQLCODE Error Messages HP NonStop SQL MX Messages Manual 640324 001 A 14 MXGNAMES Utility ...