I am trying to insert values from other table.
TABLE A
SOURCE_NAME VARCHAR2(1500 BYTE)
to
TABLE B
PAYMENT_SOURCE_DESCRIPTION VARCHAR2(1500 BYTE)
BUT I AM GETTING THIS ERROR
Rejected - Error on table "APP1"."TABLE_B", column PAYMENT_SOURCE_DESCRIPTION. Field in data file exceeds maximum length
trim(TABLA_A.source_name) AS "Payment Source Description"
source_Nameis 1500 Byte and not 1500 char? try to dump a value auf SOURCE_NAME - hotfix