Skip to content

Commit 87ee1f4

Browse files
authored
Update Readme.md
1 parent f1ebc56 commit 87ee1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/jdbc/BasicSamples/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description of the code samples.
1212
Before you run the code samples, we want you to create a new DB user and the necessary tables.
1313

1414
Download [SQLDeveloper](http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/sqldev-downloads-42-3802334.html) or you can use SQLPLUS. Connect to your database and login as SYSADMIN.
15-
Execute the script [JDBCSampleData.sql]() that will create the new database user and the
15+
Execute the script [JDBCSampleData.sql](https://github.com/oracle/oracle-db-examples/blob/basicsamples/java/jdbc/BasicSamples/JDBCSampleData.sql) that will create the new database user and the
1616
tables necessary for the code samples.
1717

1818
# Running Code Samples

0 commit comments

Comments
 (0)