SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

Data Definition Language (DDL) Messages (1000
through 1999)
HP NonStop SQL/MX Release 3.2 Messages Manual691121-001
3-6
SQL 1020
Cause. You attempted to change the privilege settings on a metadata schema or
table, which cannot be changed.
Effect. NonStop SQL/MX does not change the settings.
Recovery. None.
SQL 1021
Where node-name is the name of the system on which the INITIALIZE SQL
statement was executed.
Cause. NonStop SQL/MX has already been initialized on this node.
Effect. No operation is performed.
Recovery. None needed if SQL is operating normally.
SQL 1022
Where schema-name is the name of an SQL/MX schema.
Cause. You attempted to create a schema in a catalog that already contains a schema
with that name.
Effect. The operation fails.
Recovery. If you did not use a fully qualified name, check that the default generates
the correct catalog name. Retry the request, specifying a schema that does not already
exist.
SQL 1023
Cause. You attempted to create a schema with the authorization ID of another user.
Only the super ID can do this.
Effect. The operation fails.
Recovery. Log on as the super user to create a schema with another owner.
1020 Privilege settings on metadata tables cannot be changed.
1021 SQL is already initialized on system node-name.
1022 Schema schema-name already exists.
1023 Only super ID can name an authorization ID other than
the current user name.