| Oracle8 Spatial Cartridge Oracle8 Spatial Cartridge User's Guide and Reference Release 8.0.5 A53264-03 |
|
MDSQL-00001: partition is OFFLINE
Cause: An MDSQL operation was attempted on a partition that is OFFLINE.
Action: Restore the partition and try the operation again.
MDSQL-00002: PK is out of bounds
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.
MDSQL-00003: updates that move the PK are not supported
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.
Additional error messages are documented in the Oracle8 Error Messages manual in the range of 13000 to 13199.