| ERROR | TYPE statement requires format specification for this Oracle datatype |
| CAUSE | A length, precision, and/or scale specification for an Oracle external datatype in an EXEC SQL TYPE or EXEC SQL VAR statement was omitted. |
| ACTION | Add the length, precision, and/or scale specification for the external datatype to the EXEC SQL TYPE or EXEC SQL VAR statement. |