We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8333a0c commit fcd8861Copy full SHA for fcd8861
java/jdbc/BasicSamples/Readme.md
@@ -9,6 +9,10 @@ how to configure MBean to monitor UCP statistics etc., Read below for the
9
description of the code samples.
10
11
# Running Code Samples
12
+Before you run the code samples, we want you to create the necessary tables.
13
+
14
+(a) Create a new user(JDBCUSER) and new tables
15
+Connect to [SQLDeveloper] (http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/sqldev-downloads-42-3802334.html)
16
There are three ways to run the sample.
17
18
(a) Run each sample by passing the database URL and database user as the command-line
0 commit comments