Skip to content

Commit 4f209d1

Browse files
authored
Update README.md
1 parent ac88204 commit 4f209d1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

java/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
11
# Java based examples
22
This folder stores Java based examples for Oracle Database including JDBC, the Universal Connection Pool (UCP) and the embedded JVM in the database a.k.a. OJVM.
3+
4+
## What's in Oracle database 12c Release 2 for Java Developers?
5+
- Java 8: Java 8 in JDBC/UCP and OJVM; JDBC 4.2
6+
- JavaScript with Nashorn: JDBC/UCP, OJVM
7+
- Performance: JIT (OJVM), Network Compression over WAN (JDBC), Configurable connection health check frequency (UCP), PL/SQL Callback
8+
interface (JDBC)
9+
- Scalability: Shared Pool for Multi-Tenant Database (UCP), Shared Pool for Sharded database (UCP), Sharding Key APIs (JDBC, UCP),
10+
DRCP Proxy session sharing, DRCP support for multiple labels
11+
- High-Availability: Java APIs for FAN events (SimpleFan.jar), Planned Maintenance in the driver (JDBC), Application Continuity for XA
12+
Datasources, Transaction Guard for XA Datasource
13+
- Security: SSL v1.2 / TLS v 1.2 (JDBC)
14+
- Manageability: XMLconfiguration (UCP), Enable/disable/suspend/resume feature level logging (JDBC), MAX_THINK_TIME for Transactions
15+
in progress (DRCP), new statistics view and AWR reports
16+
- Ease of Use : Web Services Callout (OJCM), Long Identifiers (OJVM), PL/SQL Boolean (JDBC), Debugger for OJVM (Java Debug Wire
17+
Protocol)
18+
19+
## White paper: http://bit.ly/2orH5jf

0 commit comments

Comments
 (0)