Neoview Messages Manual (R2.3)
Cause The header information of the input file did not match the header format.
Effect The operation fails.
Recovery Fix the header information and retry the request.
SQL 20990
20990 PURGEDATA requires NOLOG option because name has Materialized
View defined. PURGEDATA cannot be performed.
name
is the materialized view name.
Cause The HP Neoview database object you specified has materialized views created on it,
but you omitted the NOLOG option.
Effect The operation fails.
Recovery Specify the NOLOG option and resubmit.
SQL 20991
20991 Materialized View name has refresh type not supported by PURGEDATA.
PURGEDATA cannot be performed.
name
is the materialized view name.
Cause You specified PURGEDATA on a materialized view that has a refresh type other
than ON REQUEST. Only the refresh type ON REQUEST is allowed by PURGEDATA for a
materialized view.
Effect The operation fails.
Recovery None. The PURGEDATA utility cannot purge the specified materialized view
specified.
SQL 20992
20992 Materialized View name is a hash2 partitioned object. PURGEDATA
does not allow individual or sets partitions to be purged, only the
entire table can be purged.
name
is the materialized view name.
Cause The list-of-partitions option you specified is not support by PURGEDATA for a
materialized view.
Effect The operation fails.
Recovery Remove the list-of-partitions option and resubmit.
SQL 20993
20993 Materialized View name does not exist.
name
is the materialized view name.
Cause The materialized view name specified by the caller is either not defined or not visible
on the current system.
Effect The operation fails.
Recovery Specify a valid name and resubmit.
SQL 21001
21001 The option option-name has not been implemented yet.
option-name
is one of these: DROP DEPENDENT, CASCADE DEPENDENT, or
RECREATE DEPENDENT.
Cause You specified an option that is not implemented.
303