Database Error Messages

OCI-17004

Invalid column type

Cause

An attempt is begin made to convert a SQL type into a Java class that is not compatible with that type, or the SQL type is invalid.


Action

Ensure that the correct SQL type and Java class are being used.