HP Neoview Messages Manual page 35

Table of Contents

Advertisement

Effect
The operation fails.
Recovery
Specify that the column-name is NOT NULL NOT DROPPABLE and resubmit.
SQL 1 136
1136 For an added column, the PRIMARY KEY clause cannot specify NOT
DROPPABLE.
Cause
You used the ALTER TABLE statement to add a column specifying a primary key
that is not droppable. A primary key added through ALTER TABLE must be droppable.
Effect
The operation fails.
Recovery
Change the ALTER TABLE statement to specify DROPPABLE for the primary key.
SQL 1 137
1137 An internal error occurred: invalid index status. Details:
description.
is an explanation of the acceptable status values.
description
Cause
This is an internal error in the interface between utilities and the catalog manager.
Effect
The operation fails.
Recovery
Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 1 138
1138 An internal error occurred: invalid input parameter(s). Object
name and status are required.
Cause
This is an internal error in the interface between utilities and the catalog manager.
Effect
The operation fails.
Recovery
Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 1 139
1139 System-generated column column-name of base table table-name cannot
appear in the search condition of a check constraint definition.
is the name of a column of table-name.
column-name
is the name of the affected table.
table-name
Cause
You attempted to create a check constraint that references a system-generated column.
The column named SYSKEY is often system-generated.
Effect
The operation fails.
Recovery
Modify the statement so that no check constraints reference any system-generated
column and resubmit.
SQL 1 140
1140 Row-length actual-row-length exceeds the maximum allowed row-length
of maximum-row-length for table table-name.
actual-row-length
maximum-row-length
table-name
Cause
On a CREATE or ALTER TABLE statement, the size of the row exceeds the maximum
allowed row size.
is the length of a row of the table.
is the largest row size allowed.
is the name of the table.
35

Advertisement

Table of Contents
loading

Table of Contents