ORA-26011: Cannot load type string into column string in table string
What triggered the Error:
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.What should we do to fix it:
eck that the type or subtype specified is valid for that column.