Oracle JDBC connection

Source: Internet
Author: User
JDBC thin, OCI: two Java methods provided by Oracle to access the Oracle database thin is to use Java to access the database, the advantage is that you do not need to install the client OCI, that is, to use Java to call the local Oracle client and then access the database. The advantage is that the database is fast but needs to be installed and configured. JDBC: oracle: thin: @ 192.168.3.98: 1521: What does orcl mean? JDBC: oracle: thin: @ 192.168.3.98: 1521: orcljdbc: indicates that the database is connected to Oracle using JDBC: indicates that the Oracle database is connected to thin: it indicates that the connection adopts the thin mode (there are two middle modes in Oracle) JDBC: oralce: thin: Is a JNI method named @ indicating address 1521 and orcl representing port and database name @ 192.168.3.98: 1521: orcl is always fast, that is, [JDBC]: [Oracle]: [thin]: [@ 192.168.3.98: 1521: orcl]
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.