HP Neoview Messages Manual page 48

Table of Contents

Advertisement

column-name
object-name
Cause
A utility command specified a key value that is inconsistent with the data type of the
column that corresponds to the key value.
Effect
The operation fails.
Recovery
SQL 1248
1248 Partition name partition-name has already been used. Each partition
in an object should have a unique name.
partition-name
Cause
Partition names are required to be unique within the set of partitions of an object.
Effect
The CREATE statement fails.
Recovery
reissue the CREATE statement.
SQL 1249
1249 Insert into log-table-name log table failed.
log-table-name
Cause
Insert into one of the translation log tables has failed. The log-table-name specifies
the translation log table where the insert failed.
Effect
The UPGRADE operation failed.
Recovery
attempting the UPGRADE operation again, the failure of insert into log- table-name has
to be corrected.
SQL 1250
1250 DROP cannot be performed on object object-name because a utility
operation (operation-type) associated with DDL_LOCK lock-name is
currently running.
object-name
operation-type
lock-name
Cause
You attempted to drop an object that a utility command is using.
Effect
The operation fails.
Recovery
SQL 1251
1251 The extra insignificant digits of default value value are truncated
to match the scale of the data type of column column-name.
value
column-name
Cause
A CREATE TABLE or ALTER TABLE...ADD COLUMN specified a default value with
a scale greater than the scale of the column.
Effect
The scale of the default value is set to that of the column; extra digits to the right are
discarded.
48
Data Definition Language (DDL) Messages (1000 Through 1999)
is the column of object-name that corresponds to the invalid key value.
is the name of the affected object.
Specify valid key values and resubmit.
is the name specified for a partition.
Choose a name that is not the same as any other partition name in this object and
is the name of the log table.
RECOVER must be used to recover from the UPGRADE operation failure. Before
is the ANSI name of the object named in the DROP command.
is the type of utility operation.
is the ANSI name of the DDL lock object that is associated with the
utility operation.
Wait until the utility operation has finished, and then retry the DROP operation.
is the default value that was specified for column-name.
is the name of the column in the table.

Advertisement

Table of Contents
loading

Table of Contents