Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Readme.md
  • Loading branch information
nsundara authored Apr 27, 2018
commit d0c1b0140b106065504212e5abcb9d04c9eef497
4 changes: 3 additions & 1 deletion java/jdbc/BasicSamples/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ description of the code samples.
Before you run the code samples, we want you to create the necessary tables.

(a) Create a new user(JDBCUSER) and new tables
Connect to [SQLDeveloper] (http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/sqldev-downloads-42-3802334.html)

Connect to [SQLDeveloper](http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/sqldev-downloads-42-3802334.html)

There are three ways to run the sample.

(a) Run each sample by passing the database URL and database user as the command-line
Expand Down