Oracle 10G 驱动程序与 Weblogic 10.3

发布于 2024-10-31 18:57:09 字数 96 浏览 0 评论 0原文

我应该使用哪个 JDBC 驱动程序从 Weblogic 10.3 连接 Oracle 10G。我目前正在开发中使用Weblogic的oracle驱动程序。可以在生产环境中使用吗?

Which JDBC driver should I use to connect Oracle 10G from Weblogic 10.3. I am presently using Weblogic's oracle driver in development . Can I use it in production environment ?

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

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

发布评论

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

评论(2

青衫负雪 2024-11-07 18:57:09

如果可能,请使用 Oracle Thin Driver。

Use the Oracle Thin Driver if possible.

隔岸观火 2024-11-07 18:57:09

瘦/IV 型驱动程序使用 Oracle 的 DB 驱动程序而不是 WebLogic-Oracle 驱动程序。最佳实践是链接到 CLASSPATH 中的 ojdbc6.jar 并确保它是最新且最好的。

所有这些驱动程序都在生产环境中经过了实际测试。

The thin / type IV drivers using Oracle's DB drivers over the WebLogic-Oracle ones. It's best practice to link to your ojdbc6.jar in your CLASSPATH and ensuring it's the latest and greatest.

All of these drivers are battle-tested in production environments.

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