Database Error Messages

OCI-26011

Cannot load type string into column string in table string

Cause

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.


Action

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