ASP.NET 到 Oracle 数据库 (ODP.NET):如何指定要使用哪个 Oracle 客户端?
我们有一个 Web 服务器,上面有多个 Oracle 客户端(8i、9i、10g)。 ODP.net 9.x 和 10.x(及其 oo4o 对应项)组件均已安装。
如何向 Web 应用程序指定连接数据库时使用哪个 Oracle/ODP.net 客户端?
We have a web server with multiple oracle clients on it (8i, 9i, 10g). Both ODP.net 9.x and 10.x (and their oo4o counterparts) components are installed.
How do I specify to the web application which Oracle/ODP.net client to use when connecting to the database?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在这里找到了一些关于这个问题的好信息:Oracle - What TNS Names file我正在使用吗?
看起来这完全取决于哪个 Oracle 主目录在 PATH 中具有优先级。
I found some good info on this question here: Oracle - What TNS Names file am I using?
It looks like it all depends on which Oracle Home directory has priority in the the PATH.