Oracle 10G 驱动程序与 Weblogic 10.3
我应该使用哪个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果可能,请使用 Oracle Thin Driver。
Use the Oracle Thin Driver if possible.
瘦/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.