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

SQL 1103
1103 Rows could not be deleted from table table-name.
table-name
is the ANSI name of the metadata table.
Cause For clarification, see the accompanying error message.
Effect The operation fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 1104
1104 Default value string is too long for column column-name.
column-name
is the name of a character-type column for which a default value is specified.
Cause The specified default value for column-name is longer than the maximum of 239
characters.
Effect The operation fails.
Recovery Correct the error and resubmit.
SQL 1105
1105 CREATE TABLE LIKE statement cannot contain both HORIZONTAL
PARTITIONS and STORE BY clauses.
Cause A CREATE TABLE...LIKE statement specifies both the WITH PARTITIONS and
STORE BY clause, which is not allowed.
Effect The operation fails.
Recovery Correct the error and resubmit.
SQL 1106
1106 The specified partition partition-location of object table-name
does not exist.
partition-location
is the location of the specified partition.
table-name
is the name of the table.
Cause The location name partition-location specified in the partition operation does
not exist.
Effect The partition operation fails.
Recovery Specify a valid partition location name and resubmit.
SQL 1108
1108 The number of columns specified in the view column list,
view-col-num, does not match the degree of the query expression,
query-col-num.
view-col-num
is the number of columns in the view column list.
query-col-num
is the number of columns resulting from the query expression used to
define the view.
Cause The number of columns in the query do not equal the number of columns specified
for the view.
Effect The operation fails.
Recovery Specify a query statement that has a degree that matches the number of columns
in the view column list, and resubmit.
30 Data Definition Language (DDL) Messages (1000 Through 1999)