How to fix the Oracle error ORA-13468: invalid blockMBR?
In this post, you’ll learn more about the Oracle ErrorORA-13468: invalid blockMBR with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-13468: invalid blockMBR
Reason for the Error ORA-13468: invalid blockMBR
Invalid blockMBR geometries were stored in the raster data table.
How to fix the Error ORA-13468: invalid blockMBR ?
You can fix this error in Oracle by following the below steps
Make sure the blockMBR geometries stored in the raster data table are valid, or call SDO_GEOR.generateBlockMBR() to regenerate the blockMBR geometries.
Leave Your Comment