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

SQL 1051
1051 You do not have the required privilege(s) on object-name.
object-name
is the name of the object for which you have insufficient privileges.
Cause You have insufficient privileges to create a view or a trigger.
Effect The operation fails.
Recovery See the Neoview SQL Reference Manual for the required security needed to create a
view or trigger.
SQL 1053
1053 Unique index index-name could not be created because the specified
column(s) contain duplicate data.
index-name
is the name specified for the index to create.
Cause The rows already existing in the table violate the uniqueness constraint specified in
the CREATE INDEX statement.
Effect The index is not created.
Recovery Either change the list of columns for the unique index, or change the rows in the
table to remove duplicates. Then reissue the statement.
SQL 1057
1057 SQL/MX objects cannot be created on volume-name: File-system error
error-number.
volume-name
is the name of a volume.
error-number
is the file-system error number.
Cause An attempt to create a file on volume volume-name resulted in file-system error
error-number.
Effect The operation fails.
Recovery For information about file-system errors, see Chapter 21 (page 385).
SQL 1058
1058 Lock lock-name already exists.
lock-name
is the name of the DDL lock.
Cause The statement required creation of a lock with a unique lock name, which was not
generated.
Effect The operation fails.
Recovery Specify a unique lock name and resubmit.
SQL 1059
1059 Request failed. Dependent constraint constraint-name exists.
constraint-name
is the name of a column constraint or table constraint.
Cause You attempted to drop a table that has a referential constraint or a check constraint
that refers to another table.
Effect The HP Neoview database software does not drop the table.
Recovery Either drop all constraints that refer to other tables and then drop the table, or
reissue the DROP TABLE statement, specifying the CASCADE option.
23