Excel Import
Hi
We are trying to load an excel file using Sqldeveloper.
The message we are getting is this
SQL Error:ORA-12899: value too large for column "APPS"."ENTERED_PSO_DETAILS"."FORM_STATUS" (actual: 4, maximum: 3)
The field is VARCHAR2(3 BYTE)
Is there a way of stopping sqldeveloper from putting in the word NULL into that field.
Cheers