Skip to content

Commit 5512720

Browse files
yahondaclaude
andcommitted
Update README JDBC driver info to ojdbc11 and ojdbc17
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 685f94d commit 5512720

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ In addition install either ruby-oci8 (for MRI/YARV) or copy Oracle JDBC driver t
138138
If you are using MRI Ruby implementation then you need to install ruby-oci8 gem (version 2.1 or higher)
139139
as well as Oracle client, e.g. [Oracle Instant Client](http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html).
140140

141-
If you are using JRuby then you need to download latest [Oracle JDBC driver](http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-112010-090769.html) - either ojdbc7.jar for Java 8 and 7, ojdbc6.jar for Java 6, 7, 8 or ojdbc5.jar for Java 5. You can refer [the support matrix](http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-faq-090281.html#01_03) for details.
141+
If you are using JRuby then you need to download latest [Oracle JDBC driver](https://www.oracle.com/database/technologies/appdev/jdbc-downloads.html) - ojdbc17.jar for Java 17+ or ojdbc11.jar for Java 11+.
142142

143143
And copy this file to one of these locations. JDBC driver will be searched in this order:
144144

0 commit comments

Comments
 (0)