HP Neoview Messages Manual page 59

Table of Contents

Advertisement

is the name of the IDENTITY column.
column-name
Cause
An unsupported data type has been specified for the IDENTITY column.
Effect
The statement fails.
Recovery
Specify a data type that the HP Neoview database supports for IDENTITY columns,
and resubmit the statement.
SQL 151 1
1511 There can only be one IDENTITY column for a table.
Cause
More than one IDENTITY column has been defined for the table.
Effect
The operation failed.
Recovery
Define only one IDENTITY column for a table.
SQL 1512
1512 IDENTITY column must be defined as a NOT NULL NOT DROPPABLE column.
Cause
The IDENTITY column is not defined as a NOT NULL NOT DROPPABLE column.
Effect
The operation failed.
Recovery
Define NOT NULL NOT DROPPABLE on the IDENTITY column.
SQL 1513
1513 IDENTITY column support is available only for hash and hash2
partitioned tables.
Cause
Tables with an IDENTITY column are not partitioned using either the hash or hash2
partitioning scheme.
Effect
The operation failed.
Recovery
Partition using only the hash or hash2 scheme for tables with an IDENTITY column.
SQL 1514
1514 Cannot add an IDENTITY column using ALTER TABLE command.
Cause
You tried to add an IDENTITY column by using the ALTER TABLE command.
Effect
The operation failed.
Recovery
Specify the IDENTITY column by using the CREATE TABLE command.
SQL 1517
1517 Constraint constraint on table table is NOT DROPPABLE. You cannot
disable NOT DROPPABLE constraints.
is the name of the constraint.
constraint
is the name of the table.
table
Cause
The specified constraint is defined as NOT DROPPABLE and cannot be disabled.
Effect
The operation failed.
Recovery
No recovery is available.
SQL 1518
1518 Constraint constraint was not enabled because it requires index
index which is disabled.
is the name of the constraint being enabled.
constraint
is the associated index required by the constraint.
index
59

Advertisement

Table of Contents
loading

Table of Contents