|
1 | 1 | # Java based examples
|
2 | 2 | This is a repository of sample code that will demonstrate various concepts to assist Java and JavaScript developers in designing applications for accessing and processing data from the Oracle Database, leveraging Java Database Connectivity (JDBC), Univeral Connection Pool (UCP), and Java 8 Nashorn; or running Java or JavaScript code directly in the database leveraging the embedded JVM (a.k.a. OJVM and Java 8 Nashorn engine).
|
3 | 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) |
| 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 Callbace interface (JDBC) |
| 8 | +* **Scalability**: Shared Pool for Multi-Tenant Database (UCP), Shared Pool for Sharded database (UCP), Sharding Key APIs (JDBC, UCP), DRCP Proxy session sharing, DRCP support for multiple labels |
| 9 | +* **High-Availability**: Java APIs for FAN events (SimpleFan.jar), Planned Maintenance in the driver (JDBC), Application Continuity for XA Datasources, Transaction Guard for XA Datasource |
| 10 | +* **Security**: SSL v1.2 / TLS v 1.2 (JDBC) |
| 11 | +* **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 |
| 12 | +* **Ease of Use** : Web Services Callout (OJCM), Long Identifiers (OJVM), PL/SQL Boolean (JDBC), Debugger for OJVM (Java Debug Wire Protocol) |
18 | 13 |
|
19 |
| -## White paper: http://bit.ly/2orH5jf |
| 14 | +# [White paper](http://bit.ly/2orH5jf) |
0 commit comments