错误Oracle数据访问DLL [英] Error Oracle Data access DLL

查看:65
本文介绍了错误Oracle数据访问DLL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我在SSIS中开发ac#脚本以在oracle DB(VS 2017 Pro)中插入数据。

i'm developping a c# script in SSIS to insert data in an oracle DB (VS 2017 Pro).


当我更改服务器时我正在使用它我在运行脚本时遇到了这个问题:

When i have changed the server i was using it i get this problem when running the script:


''不可能充电器le fichier ou l'assembly'Oracle.DataAccess,Version = 4.121.2.0,Culture = neutral,PublicKeyToken = 89b483f429c47342'ou une desesdépendances。 Lefichierspécifiéestintrouvable。''

''Impossible de charger le fichier ou l'assembly 'Oracle.DataAccess, Version=4.121.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342' ou une de ses dépendances. Le fichier spécifié est introuvable.''


我已经更改了DLL版本,我已经为VS2017安装了Oracle开发人员工具......但是没有解决。

I have changed the DLL cersion,i have installed Oracle Developer Tools for VS2017 ... but not resolved.

推荐答案

Aymen, 

Hi Aymen, 

VS20 for VS2017 不包括非托管驱动程序。 

The ODAC for VS2017 doesn't include unmanaged driver. 

您需要安装 32位ODAC和ODT for Visual Studio ,  下载链接。 

You need to install the 32bit ODAC with ODT for Visual Studio, download link. 

然后将自动安装Oracle.DataAccess,dll路径为C:\app\orcl\product\12.2.0\client_1\ODP.NET\bin\2.x\ Oracle。 DataAccess.dll。 

Then Oracle.DataAccess will be installed automatically, dll path C:\app\orcl\product\12.2.0\client_1\ODP.NET\bin\2.x\Oracle.DataAccess.dll. 

如果无法解决问题,请告诉我们ste ps重现问题以及有关如何更改服务器的更多详细信息。 

If it doesn't resolve the problem, please tell us the steps to reproduce the problem and more details about how you change the server. 

这篇关于错误Oracle数据访问DLL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆