Neoview Messages Manual (Volume 1) (R2.4)

SQL 1307
1307 The schema location subvolume is reserved for SQL/MX metadata.
subvolume
is the HP Neoview platform 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 ZSDdigitanything are reserved for HP
Neoview database software metadata schemas.
Effect The operation fails.
Recovery Specify a subvolume name using the format ZSDdigitanything in the
LOCATION clause, and resubmit.
SQL 1309
1309 Object type for object-name is not valid for the current operation.
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
1310 The CREATE SCHEMA statement does not support the creation of
triggers.
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.
SQL 1311
1311 Unable to action-text constraint constraint-name due to the above
errors.
action-text is create.
constraint-name
is a constraint name.
Cause An error occurs during the creation of the constraint. The error that described the
cause of the failure already appears. This error message provides clarification.
Effect The operation fails.
Recovery No recovery is necessary.
SQL 1312
1312 Unable to action-text object-name due to the above errors.
action-text is either create table or create index.
object-name
is either a table name or index name.
Cause An error occurs during the creation of the table or index. The error that described the
cause of the failure already appears. This error message provides clarification.
Effect The operation fails.
Recovery No recovery is necessary.
54 Data Definition Language (DDL) Messages (1000 Through 1999)