Skip to content

Commit 459ff99

Browse files
authored
Update Readme.md
1 parent 7633dcb commit 459ff99

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

java/ucp/Readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The Oracle Universal Connection Pool (UCP) is a feature rich Java connection pool tightly integrated with all Oracle database configurations and architectures, providing high availability, scalability and load balancing for Java applications.
33
To use UCP, Java applications or containers must have **ucp.jar** in their class path along with **ojdbc8.jar** (for JDK or JRE 8).
44

5-
# What's new in 12.2 ?
5+
## What's new in 12.2 ?
66

77
* **New Java Standards**: Support for Java SE 8 and JDBC 4.2
88
* **New Performance features**: UCP redesign for faster pool operations using Wait-Free technique, Multi-dimensionnal KD-Tree
@@ -12,27 +12,27 @@ To use UCP, Java applications or containers must have **ucp.jar** in their class
1212
Application Continuity for XA Datasources, and Transaction Guard for XA Datasource
1313
* **New Manageability features**: XML configuration file
1414

15-
# Downloads
15+
## Downloads
1616

1717
[Oracle Database 12.2.0.1 UCP Download Page](http://www.oracle.com/technetwork/database/features/jdbc/jdbc-ucp-122-3110062.html)
1818

19-
# Javadoc
19+
## Javadoc
2020

2121
[12.2 Online UCP Javadoc](http://docs.oracle.com/database/122/JJUAR/toc.htm)
2222

23-
# Documentation
23+
## Documentation
2424

2525
[12.2 UCP Developer's Guide](https://docs.oracle.com/database/122/JJUCP/toc.htm)
2626

27-
# White Papers
27+
## White Papers
2828

2929
* [Performance, Scalability, Availability, Security, and Manageability with JDBC and UCP in 12.2](http://www.oracle.com/technetwork/database/application-development/jdbc/jdbcanducp122-3628966.pdf)
3030

3131
* [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)
3232

3333
* [What's in Oracle database 12c Release 2 for Java & JavaScript Developers?](http://bit.ly/2orH5jf)
3434

35-
# Other Resources
35+
## Other Resources
3636

3737
* [UCP and Oracle Database Service on Cloud](http://www.oracle.com/technetwork/database/application-development/jdbc/documentation/index.html)
3838

0 commit comments

Comments
 (0)