Jdbc Driver For Oracle 11g For Jdk 1.7

Posted on

Oracle Oracle Thin JDBC DriverThe JDBC Thin driver is a pure Java, Type IV driver that can be used in applicationsand applets. It is platform-independent and does not require any additional Oraclesoftware on the client-side.

Jdk

The JDBC Thin driver communicates with the server usingSQL.Net to access Oracle Database.The JDBC Thin driver allows a direct connection to the database by providing animplementation of SQL.Net on top of Java sockets.

Table 12-2 Oracle Database 12.2 Feature Support FeatureDescriptionWebLogic Server IntroducedDatabase ReleasesJDBC 4.2See12.1.312.1.0.1Service SwitchingSee12.2.112.2XA Replay DriverSee12.2.112.2UCP MT Shared Pool supportSee12.2.1.1.012.2Gradual DrainingDuring planned maintenance, it is desirable to gradually drain connections instead of closing them all immediately. This prevents uneven performance by the application. See12.2.1.2.012.1 with 12.2 enhancementsAGL Support for URL with @alias or @ldapSee12.2.1.2.012.2Data Source Shared PoolingShared pooling feature provides the ability for multiple data source definitions to share an underlying connection pool. Film 3d cgi terbaru.

See12.2.1.3.012.2Transaction Guard IntegrationTransaction Guard provides a generic infrastructure for applications to use for at-most-once execution during planned and unplanned outages and duplicate submissions. See in Developing JTA Applications for Oracle WebLogic Server.12.2.1.3.012.1.0.2. JDBC 4.2 InterfacesJDK 8 has new API's for JDBC 4.2 that are supported for any database driver that is JDBC 4.2 compliant.

Jdbc Driver For Oracle 11g For Jdk 1.7 0

The first Oracle driver to support JDK 8 and JDBC 4.2 is 12.2.0.1The following are the features introduced in JDBC 4.2 java.sql and javax.sql.Added JDBCType enum and SQLType interface.Support for REF CURSORS in CallableStatement.DatabaseMetaData methods to return maximum Logical LOB size and if Ref Cursors are supported.Added support for large update countsThe JDBC 4.2 API changes are documented at.