Skip to content

Commit 4740a12

Browse files
authored
Update Readme.md
1 parent 287835a commit 4740a12

File tree

1 file changed

+17
-20
lines changed

1 file changed

+17
-20
lines changed

java/jdbc/BasicSamples/Readme.md

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -32,26 +32,23 @@ but, will hit error when connecting as these are dummy values.
3232

3333
# Description of Code Samples
3434

35-
* **DateTimeStampSample.java**:This sample shows illustrates the usage of below Oracle column data types
36-
DATE, TIMESTAMP, TIMESTAMP WITH TIME ZONE and TIMESTAMP WITH LOCAL TIME ZONE.
37-
* **JDBCUrlSample.java**:This sample shows how to use the easy connection URL, connection URL with connection descriptors,
38-
and using TNS alias to connect to the Oracle database.
39-
* **JSONBasicSample.java**: This sample shows how to use some of the enhancements in JavaScript Object Notation (JSON) support
40-
for Oracle Database 12c Release 2 (12.2).
41-
* **LobBasicSample.java**: This sample shows how to use different types of LOBs (Large Objects). It shows using BLOB, CLOB, and NLOB as datatypes.
42-
* **PLSQLSample.java**: This sample demonstrates the usage of PL/SQL Stored Procedures and Functions in JDBC.
43-
* **PreparedStatementBindingsSample.java**: This sample shows CRUD operations using the ```PreparedStatement``` with named bindings.
44-
* **PreparedStatementSample.java**:This simple shows CRUD operations using the ```PreparedStatement``` object.
45-
* **SQLXMLSample.java**: This sample shows how to create, insert, and query ``SQLXML`` values.
46-
* **StatementSample.java**: This sample shows CRUD operations using the Statement object.
47-
* **UCPBasic.java**: This sample shows simple steps of how JDBC applications use the Oracle Universal Connection Pool (UCP).
48-
* **UCPHarvesting.java**: This code sample shows how applications use the connection harvesting feature of UCP.
49-
* **UCPLabeling.java**: This sample shows how applications use the connection labeling feature of UCP.
50-
* **UCPManager.java**: This sample shows how applications use UCP manager's administration functions.
51-
* **UCPManagerMBean.java**: This sample shows how applications use UCP manager MBean's administration functions.
52-
* **UCPMaxConnReuse.java**: This sample shows how applications use the MaxConnectionReuseTime and MaxConnectionReuseCount features of UCP.
53-
* **UCPMultiUsers.java**: This sample shows how JDBC applications use UCPP to pool connections for different users.
54-
* **UCPTimeouts.java**: This sample shows key connection timeout features of UCP such as ConnectionWaitTimeout, InactiveConnectionTimeout, TimeToLiveConnectionTimeout, and AbandonedConnectionTimeout.
35+
* **DateTimeStampSample.java**:Shows the usage of Oracle column data types such as DATE, TIMESTAMP, TIMESTAMP WITH TIME ZONE and TIMESTAMP WITH LOCAL TIME ZONE.
36+
* **JDBCUrlSample.java**: Shows how to use the easy connection URL, connection URL with connection descriptors, and using TNS alias to connect to the Oracle database.
37+
* **JSONBasicSample.java**: Shows how to use some of the enhancements in JavaScript Object Notation (JSON) support for Oracle Database 12c Release 2 (12.2).
38+
* **LobBasicSample.java**: Shows how to use different types of LOBs (Large Objects). It shows using BLOB, CLOB, and NLOB as datatypes.
39+
* **PLSQLSample.java**: Demonstrates the usage of PL/SQL Stored Procedures and Functions in JDBC.
40+
* **PreparedStatementBindingsSample.java**: Shows CRUD operations using the ```PreparedStatement``` with named bindings.
41+
* **PreparedStatementSample.java**:Shows CRUD operations using the ```PreparedStatement``` object.
42+
* **SQLXMLSample.java**: Shows how to create, insert, and query ``SQLXML`` values.
43+
* **StatementSample.java**: Shows CRUD operations using the Statement object.
44+
* **UCPBasic.java**: Shows simple steps of how JDBC applications use the Oracle Universal Connection Pool (UCP).
45+
* **UCPHarvesting.java**: Shows how applications use the connection harvesting feature of UCP.
46+
* **UCPLabeling.java**: Shows how applications use the connection labeling feature of UCP.
47+
* **UCPManager.java**: Shows how applications use UCP manager's administration functions.
48+
* **UCPManagerMBean.java**: Shows how applications use UCP manager MBean's administration functions.
49+
* **UCPMaxConnReuse.java**: Shows how applications use the MaxConnectionReuseTime and MaxConnectionReuseCount features of UCP.
50+
* **UCPMultiUsers.java**: Shows how JDBC applications use UCPP to pool connections for different users.
51+
* **UCPTimeouts.java**: Shows key connection timeout features of UCP such as ConnectionWaitTimeout, InactiveConnectionTimeout, TimeToLiveConnectionTimeout, and AbandonedConnectionTimeout.
5552

5653

5754

0 commit comments

Comments
 (0)