Registry / database / ojdbc10dms-g

ojdbc10dms-g

JSON →
library19.3.0.0javamavenunverified

Oracle JDBC Driver compatible with JDK10 and JDK11, including DMS instrumentation for performance monitoring.

<dependency> <groupId>com.oracle.ojdbc</groupId> <artifactId>ojdbc10dms_g</artifactId> <version>19.3.0.0</version> </dependency>
INSTALL
IMPORT
SIG · OJDBC10DMS-G
O
ojdbc10dms-g
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.

OracleDriver
oracle.jdbc.OracleDriver

Minimal Oracle database connection using JDBC driver

import java.sql.Connection; import java.sql.DriverManager; import oracle.jdbc.OracleDriver; public class Quickstart { public static void main(String[] args) throws Exception { DriverManager.registerDriver(new OracleDriver()); Connection conn = DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:xe", "user", "pass"); System.out.println("Connected!"); conn.close(); } }
Debug
Known issues
breakingThis driver is specific to JDK10/11 and may not work with newer JDK versions.
fix
Use the latest Oracle JDBC driver (e.g., com.oracle.database.jdbc:ojdbc11) for JDK11+ compatibility.
affects: >=19.3.0.0
Upgrade
Version history
19.3.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
ojdbc10dms-g — mvn dependency:get ojdbc10dms-g · libregistry