Error while extracting data from Oracle DB in SSIS

[亡魂溺海] 提交于 2020-06-01 06:59:32

问题


I have been trying to connect to Oracle DB (11g) in SSIS (VS2015) from past few days and tried all possible solutions but still getting error. I am passing query through SSIS variable, no other parameter is passed, it is just test query which need to retrieve two rows.

Case 1: Tried using Oracle Provider for OLEDB, test connection is successful but getting below error while Preview data:

The system cannot find message text for message number 0x80040e51 in the message file for OraOLEDB. (OraOLEDB)

Case 2: Tried using Microsoft OLEDB Provider for Oracle, test connection is successful but getting below error while Preview data:

Provider cannot derive parameter information and SetParameterInfo has not been called.

I have been struggling to solve this problem, any help would be appreciated. Thanks in Advance.

Edit: After setting Run64bitRuntime to false, I can extract data when using Oracle Provider for OLEDB, but Preview still gives same error.

Regards,

Jazz


回答1:


Set Run64bitRuntime to false for the package and then it should work.




回答2:


  • Right click Project and click Properties
  • In Configuration Properties at left side click Debugging
  • set Run64BitRunTime options as false



来源:https://stackoverflow.com/questions/49974824/error-while-extracting-data-from-oracle-db-in-ssis

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!