How to fix the Oracle error ORA-13432: NULL or invalid blankCellValue?
In this post, you’ll learn more about the Oracle ErrorORA-13432: NULL or invalid blankCellValue with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-13432: NULL or invalid blankCellValue
Reason for the Error ORA-13432: NULL or invalid blankCellValue
The blankCellValue element could not be found in the metadata of a blank GeoRaster object, or the specified blankCellValue element value was NULL or invalid.
How to fix the Error ORA-13432: NULL or invalid blankCellValue ?
You can fix this error in Oracle by following the below steps
Call SDO_GEOR.setBlankCellValue to add blankCellValue to the metadata whenever the isBlank element value is TRUE, and make sure that the specified blankCellValue element value is not NULL and is in the range as designated by the cellDepth definition of the GeoRaster object.
Leave Your Comment