Java Contact Oracle Database

Source: Internet
Author: User

General completion of import oracle.jdbc.driver.*; After the meeting is declared, you will find an error. Then, you need to:


First, the JDBC drive to Classpath

Two different methods. One is graphical, computer-Properties-Advanced settings-Environment variables-edit path. Add absolute path \JDBC driver name such as D:\app\hello\product\11.2.0\dbhome_1\jdbc\lib\ojdbc6_g.jar; There is a problem with the version number of the JDBC driver here.

The second is the CMD command line setting, C:\>set classpath=.; Absolute path name \JDBC driver name


Second, in your own project to import this driver

Because I am a novice in Java. This is always forgotten. The content of the Internet search is not much to mention.

You need to right-import the resource in your project Riku. such as Ojdbc6.jar.

The others are similar. It also needs to be imported, for example, you need to use the Sdoapi.jar and Sdoutl.jar moments provided by Oracle Spatial, which also requires import and classpath.

Copyright notice: This article Bo Master original article. Blog, not reproduced without consent.

Java Contact Oracle Database

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.