Go: Add Oracle JDBC Driver (11g) to Maven repository

Source: Internet
Author: User

1. Due to Oracle licensing issues, MAVEN3 does not provide Oracle JDBC driver, and in order to apply the Oracle JDBC driver in a MAVEN project, it must be manually added to the local warehouse , which uses Oracle 11g. obtained from the installation directory of Oracle, located under: E:\app\zhaoheng\product\11.2.0\dbhome_1\jdbc\lib:

This is using the Ojdbc6.jar

2. know what version of Oracle you have installed

You can enter it in the SQL window: SELECT * from v$instance the following results

Discover my Oracle version number is:11.2.0.1.0 , Note that the first two jar package must be copied to the C:\Documentsand settings\${user} directory, at first I did not copy, Just looking for a directory, always found to fail

3. to be placed in the local library via maven command:

MVN install:install-file-dgroupid=com.oracle-dartifactid=ojdbc6-dversion=11.2.0.1.0-dpackaging=jar-dfile= Ojdbc6.jar




Finally, the JDBC driver is added to the project.

Original address: http://blog.csdn.net/ronaldozh/article/details/50060511

Go: Add Oracle JDBC Driver (11g) to Maven repository

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.