Skip to content

Commit e8b30c7

Browse files
authored
Update README.md
1 parent 85b333e commit e8b30c7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

java/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This repository stores examples that demonstrate various concepts to assist Java
33

44
The examples let you run client-side database bound Java or JavaScript code either on HotSpot JDK/JRE (or other JVMs) or server-side Java or JavaScript directly in the database leveraging the embedded JVM (a.k.a. OJVM and Java 8 Nashorn engine). In addition, OJVM allows invoking remote SOAP or REST Web Services from within your database session (using SQL, PL/SQL or Java).
55

6-
# What's in Oracle database 12c Release 2 for Java Developers?
6+
## What's in Oracle database 12c Release 2 for Java Developers?
77
* **Java 8**: Java 8 in JDBC/UCP and OJVM; JDBC 4.2
88
* **JavaScript with Nashorn**: JDBC/UCP, OJVM
99
* **Performance**: JIT (OJVM), Network Compression over WAN (JDBC), Configurable connection health check frequency (UCP), PL/SQL Callbace interface (JDBC)
@@ -13,4 +13,5 @@ The examples let you run client-side database bound Java or JavaScript code eith
1313
* **Manageability**: XMLconfiguration (UCP), Enable/disable/suspend/resume feature level logging (JDBC), MAX_THINK_TIME for Transactions in progress (DRCP), new statistics view and AWR reports
1414
* **Ease of Use** : Web Services Callout (OJVMWCU), Long Identifiers (OJVM), PL/SQL Boolean (JDBC), Debugger for OJVM (Java Debug Wire Protocol)
1515

16-
# [White paper](http://bit.ly/2orH5jf)
16+
## [White paper](http://bit.ly/2orH5jf)
17+
## [See our OTN landing page for more information and resources](http://www.oracle.com/technetwork/database/application-development/java/overview/index.html)

0 commit comments

Comments
 (0)