sqlserver2008r2 uniqueidentifer 字段导入oracle
大家好,
今天用sqlserver2008R2->tasks-> export data,将sqlserver2008R2中的数据导入到oracle10g中。
遇到有些表datatype为uniqueidentifer ,此时导入会报错(我在oracle中没有创建对应的表),我导入的表是buyerinfo.该表中字段buyerID为uniqueidentifer ,报错信息如下,哪位高手帮忙解决一下,小弟万分感激。报错信息如下:
Messages
Error 0xc0202009: Data Flow Task 1: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x00040EDA.
An OLE DB record is available. Source: "OraOLEDB" Hresult: 0x00040EDA Description: "多步操作已完成,但产生一个或多个错误。请检查每个状态值。".
(SQL Server Import and Export Wizard)
Error 0xc020901c: Data Flow Task 1: There was an error with input column "buyerID" (106) on input "Destination Input" (83). The column status returned was: "The value could not be converted because of a potential loss of data.".
(SQL Server Import and Export Wizard)
Error 0xc0209029: Data Flow Task 1: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "input "Destination Input" (83)" failed because error code 0xC0209077 occurred, and the error row disposition on "input "Destination Input" (83)" 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.
(SQL Server Import and Export Wizard)
Error 0xc0047022: Data Flow Task 1: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Destination - BUYERINFO" (70) failed with error code 0xC0209029 while processing input "Destination Input" (83). 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.
(SQL Server Import and Export Wizard)
Error 0xc02020c4: Data Flow Task 1: The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020.
(SQL Server Import and Export Wizard)
Error 0xc0047038: Data Flow Task 1: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "Source - BuyerInfo" (1) returned error code 0xC02020C4. The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code&