SQL/MX 3.1 Messages Manual (H06.23+, J06.12+)

Data Definition Language (DDL) Messages (1000
through 1999)
HP NonStop SQL/MX Release 3.1 Messages Manual663849-001
3-17
SQL 1061
Where catalog-name is the name of an SQL/MX catalog.
Cause. You attempted to drop a catalog that is part of the SQL/MX metadata.
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.
1061 Dropping metadata catalog catalog-name 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.