Loading Oracle LONG RAW data

  • I am new to Sql Server but so far have had only minor issues. But this problem is a doozy.

    I am trying to move LONG RAW data from an Oracle Rdb SQL Release 7.2.2.0.0 database to a SQL Server 2008 but I am getting errors when I do a quick SSIS data import export.

    I get this error

    [Source - XXX_XXX [1]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.

    An OLE DB record is available. Source: "Microsoft OLE DB Provider for Oracle" Hresult: 0x80004005 Description: "ORA-03113: end-of-file on communication channel".

    [SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "Source - XXX_XXX" (1) returned error code 0xC0202009. 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.

    The data that is contained in the LONG RAW is text which I have tried storing in a table as TEXT and as IMAGE but I get the same error.

    I assume I need to do some sort of pre-processing to get this data in. Any Ideas?

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply