How to download the Oracle JDBC drivers and UCP from the Oracle Maven Repository?

3.7k Views Asked by At

Is there a way to download different versions of the Oracle JDBC drivers and Universal Connection Pool (UCP) from the Oracle Maven Repository?

1

There are 1 best solutions below

2
On BEST ANSWER

Yes, Oracle JDBC drivers and Universal Connection Pool (ucp.jar) files are now available in the Oracle Maven Repository. The JDBC drivers and ucp.jar from 11.2.0.4, 12.1.0.1, 12.1.0.2 and 18.3.0.0 releases are available in the Oracle Maven Repository. Complementary jars such as simplefan.jar and ons.jar can also be downloaded from the same location.

Refer to the blog "Get Oracle JDBC drivers from the Oracle Maven Repository - NetBeans, Eclipse & Intellij" for step by step guidelines.

Please feel free to share your comments by commenting in this post.

Thanks, Oracle JDBC & UCP Team