Oracle Message ORA-26011 - Cannot load type string into column string in table string

ERRORCannot load type string into column string in table string
CAUSEA column can only store data of type declared for that column. And a substitutable column can only store data of valid subtypes of the supertype declared for that column.
ACTIONCheck that the type or subtype specified is valid for that column.