HP Neoview Messages Manual page 37

Table of Contents

Advertisement

first-key-string
Cause
In a CREATE TABLE statement, a value specified as first key is not a quoted string,
but the type of the column for which this value is specified is one of the character data types.
Effect
The operation fails.
Recovery
Correct the value first-key-string to be a type that is compatible with the
type of column column-name and resubmit.
SQL 1 145
1145 The catalog name catalog-name is reserved for SQL/MX metadata.
catalog-name
Cause
The Neoview database software reserves certain catalog names for its own use.
Effect
The operation fails.
Recovery
See the Neoview SQL Reference Manual for reserved names. Change catalog-name
to a name that is not reserved and resubmit.
SQL 1 146
1146 Object object-name could not be altered because it is not a
object-type.
is the name of the object being requested.
object-name
is the type of object required for the DDL statement issued.
object-type
Cause
The type of the object specified in the command is inconsistent with the DDL command
being used. For example, this occurs if DROP TABLE is used, and the object you specify is an
INDEX.
Effect
The operation fails.
Recovery
Check that the correct object name was specified and execute a statement that is
consistent with that type of object.
SQL 1 147
1147 System-generated column column-name of base table table-name cannot
appear in a unique or primary key constraint.
is the SYSKEY column.
column-name
is the name of the table.
table-name
Cause
You tried to create a unique or primary key constraint on the SYSKEY column.
Effect
The operation fails.
Recovery
Do not use the SYSKEY as part of the unique or primary key.
SQL 1 148
1148 System-generated column column-name of base table table-name cannot
appear in a referential integrity constraint definition.
is the SYSKEY column.
column-name
is the name of the table.
table-name
Cause
You tried to create a referential constraint on a table column that is the SYSKEY, which
is not supported.
Effect
The operation fails.
Recovery
Do not use the SYSKEY as part of the referenced key.
is the erroneous value used in the FIRST KEY clause for
column-name.
is the name of an HP Neoview database catalog.
37

Advertisement

Table of Contents
loading

Table of Contents