Registry / database / ojdbc10

ojdbc10

JSON →
library19.3.0.0javamavenunverified

Oracle JDBC driver for connecting to Oracle databases, compatible with JDK 10 and 11.

<dependency> <groupId>com.oracle.ojdbc</groupId> <artifactId>ojdbc10</artifactId> <version>19.3.0.0</version> </dependency>
INSTALL
IMPORT
SIG · OJDBC10
O
ojdbc10
databasejavav19.3.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Connection
java.sql.Connection

Establish a JDBC connection to an Oracle database.

import java.sql.Connection; import java.sql.DriverManager; Connection conn = DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:xe", "user", "password");
Debug
Known issues
breakingThis driver is for JDK 10/11 only; using it with other JDK versions may cause compatibility issues.
fix
Use the appropriate ojdbc version for your JDK (e.g., ojdbc8 for JDK 8, ojdbc11 for JDK 11+).
affects: all
Upgrade
Version history
19.3.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
ojdbc10 — mvn dependency:get ojdbc10 · libregistry