SQL/MP Messages Manual
SQL Catalog Manager Messages (1000 to 1999)
HP NonStop SQL/MP Messages Manual—427720-006
3-48
Recovery. From SQLCI, enter HELP ALTER INDEX to find the attribute that is in error.
Remove the attribute that is not allowed and reissue the statement.
SQL 1308
Cause. A specified attribute was not allowed.
Effect. The statement fails.
Recovery. From SQLCI, enter HELP ALTER TABLE to find the attribute that is in error.
Remove the attribute that is not allowed and reissue the statement.
SQL 1309
Cause. The new column cannot be added because it would increase the row length
beyond the limit set by the RECLENGTH attribute for the table.
Effect. The statement fails.
Recovery. Create a new table with a sufficiently large RECLENGTH to accommodate
the new column and load the table.
SQL 1310
Cause. Stated in the error message.
Effect. The statement fails.
Recovery. Remove or combine some comments so that you can add the desired
information.
SQL 1311
Cause. Stated in the error message.
Effect. The statement fails.
1308 An attribute was specified that is not allowed in an
ALTER TABLE statement.
1309 Adding this column would result in rows that are value-1
bytes longer than the RECLENGTH declared for this table.
1310 The limit was reached for the number of comments that
can be placed on this object.
1311 The text of the view definition is value-1 bytes too
long.