Skip to content

Commit 7242189

Browse files
author
Jericho
authored
typo
1 parent bb09999 commit 7242189

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Java based examples
2-
This is a repository of sample code that will demonstrate various concepts to assist Java developers in designing applications for accessing and processing data from the Oracle Database, leveraging Java Database Connectivity (JDBC), Univeral Connection Pool (UCP); or running Java code directly in the database leveraging the embedded JVM (a.k.a. OJVM).
2+
This is a repository of sample code that will demonstrate various concepts to assist Java developers in designing applications for accessing and processing data from the Oracle Database, leveraging Java Database Connectivity (JDBC), Universal Connection Pool (UCP); or running Java code directly in the database leveraging the embedded JVM (a.k.a. OJVM).
33

44
# What's in Oracle database 12c Release 2 for Java Developers?
55
* **Java 8**: Java 8 in JDBC/UCP and OJVM; JDBC 4.2
@@ -11,4 +11,4 @@ This is a repository of sample code that will demonstrate various concepts to as
1111
* **Ease of Use** : Web Services Callout (OJCM), Long Identifiers (OJVM), PL/SQL Boolean (JDBC), Debugger for OJVM (Java Debug Wire Protocol)
1212

1313
# [White paper](http://bit.ly/2orH5jf)
14-
# [See our OTN landing page for more information and resources](http://www.oracle.com/technetwork/database/application-development/java/overview/index.html)
14+
# [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)