Neoview Messages Manual (R2.2)

SQL 1059
1059 Request failed. Dependent constraint constraint-name exists.
constraint-name
is the name of a column constraint or table constraint.
Cause You attempted to drop a table that has a referential constraint or a check constraint
that refers to another table.
Effect The HP Neoview database software does not drop the table.
Recovery Either drop all constraints that refer to other tables and then drop the table, or
reissue the DROP TABLE statement, specifying the CASCADE option.
SQL 1061
1061 Dropping metadata catalog catalog-name is not allowed.
catalog-name
is the name of an HP Neoview database catalog.
Cause You attempted to drop a catalog that is part of the HP Neoview database metadata.
Effect The operation fails.
Recovery None.
SQL 1062
1062 Dropping metadata schema schema-name is not allowed.
schema-name
is the name of an HP Neoview database metadata schema.
Cause You attempted to drop a schema that is part of the Neoview database metadata.
Effect The operation fails.
Recovery None.
SQL 1063
1063 Dropping metadata index index-name is not allowed.
index-name
is the name of an HP Neoview database index.
Cause An attempt was made to drop an index that is part of the Neoview database metadata.
Effect The operation fails.
Recovery None.
SQL 1064
1064 Dropping metadata view tablename is not allowed.
tablename
is the name of an HP Neoview database table.
Cause An attempt was made to drop a view that is a metadata object. Metadata views and
their creation are not currently supported, so this error should not be encountered.
Effect The operation fails.
Recovery None.
SQL 1065
1065 Creating constraint constraint-name in metadata schema is not
allowed.
constraint-name
is the name of the constraint.
Cause You attempted to create a constraint on a metadata table, which is not allowed.
Effect The operation fails.
Recovery None.
28 Data Definition Language (DDL) Messages (1000 Through 1999)