SSIS OLEDB-尝试将记录加载到oracle GTT时收到错误ORA-01403找不到数据

时间:2019-04-25 03:23:06

标签: sql oracle ssis oledb

我试图将记录从SQL Server上的一个表加载到Oracle服务器上的全局临时表中。如果将数据流任务设置为默认表名,则能够成功加载记录,但是对于我所需的速度而言,运行速度很慢。当我将其设置为FAST负载时,我遇到了此错误消息。我正在使用本机OLE DB \ Oracle Provider for Oracle。最初,我认为这是oracle提供程序的问题,但是每当我在不同的表(永久性),不同的服务器上尝试该操作时,它就可以正常运行。我尝试使用Microsoft的oracle提供程序进行切换,但这完全引发了另一条错误消息。

GTT上是否会设置某个设置来阻止快速加载,或者完全是其他设置?我没有创建GTT。错误输出如下:

[GTT_Variable [2]] 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-01403: no data found".

[Facets GTT [2]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR.
The "GTT_Variable.Inputs[OLE DB Destination Input]" failed because error code 0xC020907B occurred, and the error row disposition on "GTT_Variable.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 "GTT_Variable" (2) failed with error code 0xC0209029 while processing input "OLE DB Destination Input" (15). 
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.

谢谢

0 个答案:

没有答案