Oracle Java Database Connectivity (JDBC)

Previous
Previous
Next
Next

Oracle Java Database Connectivity (JDBC) is an API that enables Java to send SQL statements to an object-relational database such as Oracle Database XE. For more information about the JDBC API see:

http://java.sun.com/products/jdbc

Oracle Database JDBC brings provides features, such as complete support for JDBC 3.0 standard, complete support for JDBC RowSet (JSR-114), Advanced Connection Caching (non-XA and XA connections), exposing SQL and PL/SQL data types to Java, and faster SQL data access. For information about the new JDBC features, see:

http://www.oracle.com/technology/tech/java/sqlj_jdbc/pdf/twp_appdev_java_whats_new_4_java_jdbc_web_services.pdf

For more information about the Oracle JDBC Drivers, see:

http://www.oracle.com/technology/tech/java/sqlj_jdbc/index.html


See Also:

Oracle Database Express Edition 2 Day Plus Java Developer Guide for information about using Java to access and modify data in Oracle Database XE