Hi Can someone please help me -
Scenario - Simple Data load from OLEDB Source to OLEDB Destination , Using SSIS 2012 I ma trying to insert into an oracle table residing externally on cloud while accessing this table via a local view ( using DB link) for OLEDB Destination
So Source : OLEDB Local Oracle Table
Destination : Local view ( connecting external oracle table via DB link)
Provider used : Oracle OLEDB Provider
1. I can insert into the External Table using the Local view on SQL Dev (so no access issue / connectivity issue here ,I pesume )
2. When destination table is pointed to Local Oracle DB , SSIS I/F runs fine.
3. However when SSIS tries to load to external table , I am getting below error -
OLEDB_DST <my Table> [36]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.
An OLE DB record is available. Source: "OraOLEDB" Hresult: 0x80004005 Description: "ORA-22816: unsupported feature with RETURNING clause".
[OLEDB_DST <my Table> [36]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "OLEDB_DST <my Table>.Inputs[OLE DB Destination Input]" failed because error code 0xC020907B occurred, and the error row disposition on "OLEDB_DST<my Table>.Inputs[OLE DB Destination Input]" 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_PROCESSINPUTFAILED. The ProcessInput method on component "OLEDB_DST <my Table>" (36) failed with error code 0xC0209029 while processing input "OLE DB Destination Input" (49). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running. There may be error messages posted before this with more information about the failure.
Please can some one help.