You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java/jdbc/BasicSamples/Readme.md
+17-20Lines changed: 17 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,26 +32,23 @@ but, will hit error when connecting as these are dummy values.
32
32
33
33
# Description of Code Samples
34
34
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.
0 commit comments