Oracle8 Error Messages Release 8.0.4 A58312-01 |
|
Cause: An MDSQL operation was attempted on a partition that is OFFLINE.
Action: Restore the partition and try the operation again.
Cause: The partition key for the record being inserted belongs in another partition.
Action: Insert the record into the correct partition. The correct partition can be identified using the GET_PARTITION_NAME() function.
Cause: The update of the partition key would result in the record belonging to another partition.
Action: Use the MD_DML.MOVE_RECORD() procedure to update the partition key and move the record to the correct partition.