Skip to content

Commit 7bbc254

Browse files
authored
Update Readme.md
1 parent c12c2e8 commit 7bbc254

File tree

1 file changed

+17
-53
lines changed

1 file changed

+17
-53
lines changed

java/jdbc/BasicSamples/Readme.md

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

3333
Read below for the description of the code samples.
3434

35-
## DateTimeStampSample.java:
36-
This sample shows illustrates the usage of below Oracle column data types
35+
* **DateTimeStampSample.java**:This sample shows illustrates the usage of below Oracle column data types
3736
DATE, TIMESTAMP, TIMESTAMP WITH TIME ZONE and TIMESTAMP WITH LOCAL TIME ZONE.
38-
It uses the table 'EMP_DATE_JDBC_SAMPLE' which has dates as columns for
39-
all the insert, delete, and update operations.
40-
41-
## JDBCUrlSample.java
42-
This sample shows how to use the easy connection URL, connection URL with connection descriptors,
37+
* **JDBCUrlSample.java**:This sample shows how to use the easy connection URL, connection URL with connection descriptors,
4338
and using TNS alias to connect to the Oracle database.
44-
45-
## JSONBasicSample.java
46-
This sample shows how to use some of the enhancements in JavaScript Object Notation (JSON) support
39+
* **JSONBasicSample.java**: This sample shows how to use some of the enhancements in JavaScript Object Notation (JSON) support
4740
for Oracle Database 12c Release 2 (12.2).
48-
49-
## LobBasicSample.java
50-
This sample shows how to use different types of LOBs (Large Objects).
51-
It shows using BLOB, CLOB, and NLOB as datatypes.
52-
53-
## PLSQLSample.java
54-
This sample demonstrates the usage of PL/SQL Stored Procedures and Functions in JDBC.
55-
56-
## PreparedStatementBindingsSample.java
57-
This sample shows CRUD operations using the ```PreparedStatement``` with named bindings.
58-
59-
## PreparedStatementSample.java
60-
This simple shows CRUD operations using the ```PreparedStatement``` object.
61-
62-
## SQLXMLSample.java
63-
This sample shows how to create, insert, and query ``SQLXML`` values.
64-
65-
## StatementSample.java
66-
This sample shows CRUD operations using the Statement object.
67-
68-
## UCPBasic.java
69-
This sample shows simple steps of how JDBC applications use the Oracle Universal Connection Pool (UCP).
70-
71-
## UCPHarvesting.java
72-
This code sample shows how applications use the connection harvesting feature of UCP.
73-
74-
## UCPLabeling.java
75-
This sample shows how applications use the connection labeling feature of UCP.
76-
77-
## UCPManager.java
78-
This sample shows how applications use UCP manager's administration functions.
79-
80-
## UCPManagerMBean.java
81-
This sample shows how applications use UCP manager MBean's administration functions.
82-
83-
## UCPMaxConnReuse.java
84-
This sample shows how applications use the MaxConnectionReuseTime and MaxConnectionReuseCount features of UCP.
85-
86-
## UCPMultiUsers.java
87-
This sample shows how JDBC applications use UCPP to pool connections for different users.
88-
89-
## UCPTimeouts.java
90-
This sample shows key connection timeout features of UCP such as ConnectionWaitTimeout, InactiveConnectionTimeout, TimeToLiveConnectionTimeout, and AbandonedConnectionTimeout.
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.
9155

9256

9357

0 commit comments

Comments
 (0)