Skip to content

Commit 45d3c2a

Browse files
Update Readme.md (oracle-samples#159)
Refresh the description and the links
1 parent 688d777 commit 45d3c2a

File tree

1 file changed

+3
-28
lines changed

1 file changed

+3
-28
lines changed

java/jdbc/Readme.md

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,13 @@ The Oracle JDBC drivers allow Java applications to connect and process data in t
33

44
**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.
55

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.
77

88
**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)
99

10-
# What's New in JDBC in 12.2 ?
10+
# Downloads and pointers to the doc:
1111

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)
18-
19-
# Downloads
20-
21-
[Oracle Database 12.2.0.1 JDBC driver Download Page](http://www.oracle.com/technetwork/database/features/jdbc/jdbc-ucp-122-3110062.html)
22-
23-
# Javadoc
24-
25-
[12.2 Online JDBC Javadoc](http://docs.oracle.com/database/122/JAJDB/toc.htm)
26-
27-
# Documentation
28-
29-
[12.2 JDBC Developer's Guide](https://docs.oracle.com/database/122/JJDBC/toc.htm)
30-
31-
# White Papers
32-
33-
* [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)
12+
[Oracle Database JDBC driver Download Page](https://www.oracle.com/database/technologies/appdev/jdbc-downloads.html)
3813

3914
# Other Resources
4015

0 commit comments

Comments
 (0)