Java 7 的 JDBC 驱动程序

发布于 2024-12-22 07:33:27 字数 73 浏览 0 评论 0原文

我想知道哪个 JDBC 驱动程序适合 Java 7 即 Java 版本 1.7.0_01 和 Oracle 10g/11g 数据库?

I want to know that which JDBC driver is suitable for Java 7 i.e. Java Version 1.7.0_01 and for Oracle 10g/11g Database?

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

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

发布评论

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

评论(2

微凉 2024-12-29 07:33:27

快速搜索“oracle jdbc driver”可找到此页面 在 Oracle 网站上,您可以下载各种版本的 Oracle 驱动程序。选择数据库版本后,链接会将您带到一个页面,您可以在其中根据您使用的 Java 版本选择要下载的适当类型的驱动程序 - 选择最新的可用驱动程序(即使它只显示“适用于 JDK 1.4”)和 1.5”或“JDK 1.6”)。

A quick search for "oracle jdbc driver" finds this page on Oracle's website, where you can download the drivers for various versions of Oracle. After selecting a database version, the links take you to a page where you can select the appropriate type of driver to download based on the version of Java you're using - pick the latest one available (even if it only says "for JDK 1.4 and 1.5" or "JDK 1.6").

半仙 2024-12-29 07:33:27

“Java 以其向后兼容性而自豪,旧版本的驱动程序将在 Java 7 上运行。”

在这种情况下使用术语“向后兼容性”是错误的,因为 Java 1.7 的驱动程序将与 Java 1.6 兼容,但反之则不然。

无论如何,Java 1.7新功能的实现,例如java.sql.Connection实现AutoCloseable(1.7中的新接口),我希望有一个合适的驱动程序。

"Java prides itself on backward compatibility and the older version of the drivers will work on Java 7."

The use of term "backward compatibility" in this case is just wrong, as the driver for Java 1.7 would be compatible with Java 1.6, but not the other way round.

Anyhow, the implementation of new features of Java 1.7 such as java.sql.Connection implementing AutoCloseable (new interface in 1.7), I would expect a suitable Driver.

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