Skip to content

Commit bdbf889

Browse files
authored
Update Readme.md
1 parent b250f81 commit bdbf889

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

java/jdbc/Readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Connection Management Samples in JDBC using UCP, Universal Connection Pool
1+
# Connection Management Samples in JDBC
22

3-
Brief descriptions of connection management related code samples.
3+
Brief description of connection management related code samples.
44

55
|Author | Date |
66
|-------|------|
@@ -22,6 +22,11 @@ connection management strategy. The section below provides more details on
2222
specific connection management strategy.
2323

2424
----
25+
## DataSourceSample.java:
26+
This sample shows how to connect to a simple DataSource
27+
(oracle.jdbc.pool.OracleDataSource) and how to set connection related
28+
properties such as `defaultRowPrefetch`, `defaultBatchValue` etc.,
29+
2530
## InternalT2Driver.sql & InternalT2Driver.java:
2631
The server-side Type 2 (T2S) driver (aka KPRB driver) is for Java in the
2732
database. It uses database session directly for accessing local data.
@@ -33,11 +38,6 @@ The server side Type 4(T4S) driver (aka thin/T4 driver) is used for code
3338
running Java in database session needing access to another session either on
3439
the same RDBMS instance/server or on a remote RDBMS instance/server.
3540

36-
## DataSourceSample.java:
37-
This sample shows how to connect to a simple DataSource
38-
(oracle.jdbc.pool.OracleDataSource) and how to set connection related
39-
properties such as `defaultRowPrefetch`, `defaultBatchValue` etc.,
40-
4141
## ProxySessionSample.java and ProxySessionSample.sql:
4242
This sample shows connecting to the Oracle Database using Proxy
4343
authentication or N-tier authentication. Proxy authentication is the

0 commit comments

Comments
 (0)