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

Oracle Error Message

ORA-26011: Cannot load type string into column string in table string

Reason for the Error

A 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.

Solution

Check that the type or subtype specified is valid for that column.