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-58
SQL 1307
Where subvolume is the Guardian subvolume name specified in the LOCATION
clause of the CREATE SCHEMA command.
Cause. In a CREATE SCHEMA command, you specified subvolume in the LOCATION
clause, however subvolume names with the format ZSD<digit><anything> are
reserved for SQL/MX metadata schemas.
Effect. The operation fails.
Recovery. Specify a subvolume name using the format ZSD<letter><anything>
in the LOCATION clause, and resubmit.
SQL 1309
Where object-name is the name of the object.
Cause. You specified an object for an SQL operation that does not support its object
type.
Effect. The operation fails.
Recovery. Specify an object of valid object type and retry the operation.
SQL 1310
Cause. You specified creation of triggers in the CREATE SCHEMA statement.
Effect. The operation fails.
Recovery. Remove the creation of triggers from the CREATE SCHEMA statement and
resubmit. Create triggers in separate statements.
1307 The schema location subvolume is reserved for SQL/MX
metadata.
1309 Object type for object-name is not valid for the current
operation.
1310 The CREATE SCHEMA statement does not support the
creation of triggers.