SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

Privilege and Alias Messages (1000 through 1999)
HP NonStop SQL/MX Messages Manual523730-004
3-16
Effect. The operation fails.
Recovery. None.
SQL 1062
Where schema-name is the name of an SQL/MX metadata schema.
Cause. You attempted to drop a schema that is part of the SQL/MX metadata.
Effect. The operation fails.
Recovery. None.
SQL 1063
Where index-name is the name of an SQL/MX index.
Cause. An attempt was made to drop an index that is part of the SQL/MX metadata.
Effect. The operation fails.
Recovery. None.
SQL 1064
Where tablename is the name of an SQL/MX 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
Where constraint-name is the name of the constraint.
Cause. You attempted to create a constraint on a metadata table, which is not
allowed.
1062 Dropping metadata schema schema-name is not allowed.
1063 Dropping metadata index index-name is not allowed.
1064 Dropping metadata view Tablename is not allowed.
1065 Creating constraint constraint-name in metadata schema
is not allowed.