HP Neoview Messages Manual page 30

Table of Contents

Advertisement

SQL 1 103
1103 Rows could not be deleted from table table-name.
table-name
Cause
For clarification, see the accompanying error message.
Effect
The operation fails.
Recovery
to an automatically generated dial-out message about this condition.
SQL 1 104
1104 Default value string is too long for column column-name.
column-name
Cause
The specified default value for column-name is longer than the maximum of 239
characters.
Effect
The operation fails.
Recovery
SQL 1 105
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
SQL 1 106
1106 The specified partition partition-location of object table-name
does not exist.
partition-location
table-name
Cause
The location name partition-location specified in the partition operation does
not exist.
Effect
The partition operation fails.
Recovery
SQL 1 108
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
query-col-num
Cause
The number of columns in the query do not equal the number of columns specified
for the view.
Effect
The operation fails.
Recovery
in the view column list, and resubmit.
30
Data Definition Language (DDL) Messages (1000 Through 1999)
is the ANSI name of the metadata table.
Do not attempt recovery. HP support will perform recovery operations in response
is the name of a character-type column for which a default value is specified.
Correct the error and resubmit.
Correct the error and resubmit.
is the location of the specified partition.
is the name of the table.
Specify a valid partition location name and resubmit.
is the number of columns in the view column list.
is the number of columns resulting from the query expression used to
define the view.
Specify a query statement that has a degree that matches the number of columns

Advertisement

Table of Contents
loading

Table of Contents