How to fix the Oracle error ORA-13330: invalid MASK?
In this post, you’ll learn more about the Oracle ErrorORA-13330: invalid MASK with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-13330: invalid MASK
Reason for the Error ORA-13330: invalid MASK
The MASK passed to the RELATE function is not valid.
How to fix the Error ORA-13330: invalid MASK ?
You can fix this error in Oracle by following the below steps
Verify that the mask is not NULL. See the Oracle Spatial documentation for a list of supported masks.
Leave Your Comment