Neoview Messages Manual (Volume 1) (R2.4)
Cause The SET ROWCOUNT option was not used in the SAMPLE clause.
Effect Processing continues without interruption.
Recovery Provide SET ROWCOUNT option and resubmit for more accurate statistics.
SQL 9213
9213 If you intend to update histogram statistics for columns, you must
specify a column list in the statement.
Cause You attempted to perform UPDATE STATISTICS and did not specify a column list.
Effect Processing continues without interruption.
Recovery Correct your syntax to specify the column list and resubmit.
SQL 9214
9214 Object name could not be created.
Cause UPDATE STATISTICS encountered an error during a CREATE of the object name.
Effect The HP Neoview database software is unable to continue processing.
Recovery Resubmit the statement. If this does not correct the problem, stop and restart the
HP Neoview database software. If this does not correct the problem, report the entire message
to HP support.
SQL 9215
9215 UPDATE STATISTICS encountered an internal error (location).
Cause UPDATE STATISTICS received an internal error at the location specified in the
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 9216
9216 UPDATE STATISTICS cannot be on EVERY COLUMN for LOG tables.
Cause The UPDATE STATISTICS request was on EVERY COLUMN for LOG tables, which
is not allowed.
Effect The HP Neoview database software is unable to continue processing.
Recovery Issue UPDATE STATISTICS for the LOG table by specifying particular column
names with the ON clause.
SQL 9217
9217 The statement will have no effect because no histograms are
currently maintained for the table.
Cause The ON EXISTING COLUMNS option was used with update statistics, but there are
no existing histograms for the table specified.
Effect No histograms have been generated by update statistics.
Recovery Informational message only; no corrective action is needed.
SQL 9218
9218 The statement will have no effect because no histograms need to
be updated.
213