Database Error Messages

ORA-19278

Invalid value: (value_param) for type: (type_param)
  • value_param: The value that is invalid.
  • type_param: The type name.

Cause

The value is invalid for the specified type.


Action

Correct the value or change the type.