ORA-13425: invalid background filling value parameter
What triggered the Error:
The background filling value parameter was invalid either because the array had the wrong size or because some of the element values were invalid.What should we do to fix it:
Make sure the parameter that specifies the background filling value is valid. The size of the array must equal to either 1 (the value is for all bands) or the exact band dimension size. The element values must be valid cell values as determined by the cell depth.