Oracle Error Message
ORA-54551: grdHeight and/or Height array sizes incorrect
Reason for the Error
The sizes of grdHeight and Height arrays were not equal to half the size of input 2-D polygon’s ordinates array. As a result, each point in the 2-D polygon could not be extruded from the grdHeight entry to the Height entry.
Solution
Ensure that the sizes of the grdHeight and Height arrays are half that of input 2-D polygon ordinates array.