You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java/jdbc/Readme.md
+3-28Lines changed: 3 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -3,38 +3,13 @@ The Oracle JDBC drivers allow Java applications to connect and process data in t
3
3
4
4
**Type 4 and type 2 drivers** The Oracle database furnishes a type 4 driver a.k.a. JDBC-Thin and a type 2 driver a.k.a. JDBC-OCI however, JDBC-Thin is the most used and recommended driver type. Java applications simply need to have **ojdbc8.jar** (for JDK/JRE 8) in their classpath.
5
5
6
-
**Cloud Database Services** The JDBC Thin driver allows connecting to the various Oracle Database Cloud Services including: the Oracle Database Service **(DBCS)**, the Oracle Exadata Express Cloud Service **(EECS)**, and the Oracle Database Service on Bare Metal **(BMCS)**. Please refer to [JDBC and Oracle Database Service on Cloud](http://www.oracle.com/technetwork/database/application-development/jdbc/documentation/index.html) for detailed instructions.
6
+
**Autonomous Database services** The JDBC Thin driver allows connecting to the Autonomous Database services of the Oracle Cloud: Autonomous Data Warehouse, Autonomous JSON Database, and Autonomous Transaction Processing. Please refer to [Java connectivity to Database Service on Cloud](https://www.oracle.com/database/technologies/appdev/jdbc-db-cloud.html) for detailed instructions.
7
7
8
8
**Prerequisite - JDBC Tutorial** The examples in this folder assume a basic knowledge of JDBC [See the JDBC Java Tutorial](https://docs.oracle.com/javase/tutorial/jdbc/index.html)
9
9
10
-
# What's New in JDBC in 12.2 ?
10
+
# Downloads and pointers to the doc:
11
11
12
-
***New Java Standards**: Java SE 8 and JDBC 4.2 are supported by JDBC driver (ojdbc8.jar)
13
-
***New Performance features**: Network compression over WAN (JDBC)
14
-
***New Scalability features**: Support for Oracle Sharding APIs
15
-
***New High Availability features**: FAN events support in the driver (JDBC), Application Continuity for XA Datasources, Transaction Guard for XA Datasource, and Java APIs for FAN events (JDBC),
16
-
***New Security features**: Support for TLSv1.1 and TLSv1.2
17
-
***Ease of use**: Wider System Change Numbers (SCNs)
*[Performance, Scalability, Availability, Security, and Manageability with JDBC in 12.2](http://www.oracle.com/technetwork/database/application-development/jdbc/jdbcanducp122-3628966.pdf)
34
-
35
-
*[Connection Management Strategies for Java Applications using JDBC and UCP](http://www.oracle.com/technetwork/database/application-development/jdbc-ucp-conn-mgmt-strategies-3045654.pdf)
36
-
37
-
*[What's in Oracle database 12c Release 2 for Java & JavaScript Developers?](http://bit.ly/2orH5jf)
0 commit comments