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
2222specific 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:
2631The server-side Type 2 (T2S) driver (aka KPRB driver) is for Java in the
2732database. 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
3338running Java in database session needing access to another session either on
3439the 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:
4242This sample shows connecting to the Oracle Database using Proxy
4343authentication or N-tier authentication. Proxy authentication is the
0 commit comments