Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

Strange behavior from Oracle OLE DB Source in a dataflow

$
0
0

I have a pretty simple data flow that uses an OLE DB Source, using the Oracle OLEDB Client.  In the OLE DB Source, I can parse the query and it succeeds.  I can alos preview the data.  But when I run the package, it fails on that component with the following error:

Error: 0xC0202009 at Instance Properties, OLE DB Source [1412]: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E14. An OLE DB record is available. Source: "OraOLEDB" Hresult: 0x80040E14 Description: "ORA-00903: invalid table name".

One thing to note.  I am running on Windows 7 x64 and I know there are designer vs. runtime issues.  But this seems to be different since this is all from within the designer. 

 


Viewing all articles
Browse latest Browse all 24688

Trending Articles