Hi everyone,
I would like some help, I'm creating a basic flow in SSIS 2019 (I simplified it as below to help about the problem).
My Data source is from Oracle Database (I'm using MS ORACLE Source connector).
The flow is working:

When I'm adding a new column ("column_name"), as image below:

I'm receiving an error:


Error:
[Oracle XE [12]] Error: SQLSTATE: 22018, Message: [Microsoft][ODBC Oracle Wire Protocol driver]Invalid character value. Error in column 3.;
[Oracle XE [12]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "Oracle XE.Outputs[Oracle Source Output]" failed because error code 0xC020F450 occurred, and the error row disposition on "Oracle XE" specifies failure on error. An error occurred on the specified object of the specified component. There may be error messages posted before this with more information about the failure.
[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on Oracle XE returned error code 0xC0209029. The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing. There may be error messages posted before this with more information about the failure.
Could someone help?
Thanks in advance!
Alex





