ODP.NET:尝试打开连接时出现 AccessViolationException

发布于 2024-12-01 11:52:36 字数 369 浏览 2 评论 0 原文

我正在尝试学习 ODP.NET,并基于 Oracle 的入门示例。但是,每当我的代码遇到 conn.Open() 语句时,它就会立即崩溃并出现 AccessViolationException。我使用 64 位操作系统,但运行 32 位版本的 Oracle 11g 客户端和 ODAC。我的代码与 Oracle 的示例相同,只是它连接到不同的测试数据库。

我在这里缺少一些简单的东西吗?

I am trying to learn ODP.NET, and have built a simple example based on Oracle's Getting Started example. However, whenever my code hits the conn.Open() statement, it immediately crashes with an AccessViolationException. I am on a 64-bit OS, but running 32-bit versions of the Oracle 11g Client and ODAC. My code is identical to Oracle's example, other than it connecting to a different test database.

Is there something simple I'm missing here?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦醒时光 2024-12-08 11:52:36

不太确定出了什么问题,但我通过使用指南手动删除 Oracle 来修复它 此处 并重新安装 Oracle 客户端和 ODAC 客户端,并将 ODAC 放在单独的安装目录中。我最好的猜测是旧版本的 Oracle 客户端的注册表中存在一些残留问题。

Not exactly sure what was wrong, but I fixed it by manually removing Oracle using the guide here and reinstalling Oracle client and the ODAC client, and putting ODAC in a separate install directory. My best guess is that I had some residual problems in the registry from an older version of the Oracle client.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文