Skip to content

Commit 29c1e6c

Browse files
authored
Remove Scott
1 parent 9bf48ed commit 29c1e6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/AoJ/src/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ To run the sample file you will need a SQL database and corresponding JDBC drive
5050
has been run with [Oracle Database 12c](http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html)
5151
and [Oracle Database 12c JDBC](http://www.oracle.com/technetwork/database/application-development/jdbc/downloads/index.html),
5252
but it should work with any reasonably standard compliant SQL database and JDBC
53-
driver. The sample file uses the table 'emp' and 'dept'. So, you can create a user "testuser" and 'emp' and 'dept' tables using [JDBCSampleData.sql](https://github.com/oracle/oracle-db-examples/blob/java/jdbc/BasicSamples/JDBCSampleData.sql).
53+
driver. The sample file uses the table 'emp' and 'dept'. So, you can create a user "testuser" and 'emp' and 'dept' tables using [JDBCSampleData.sql](https://github.com/oracle/oracle-db-examples/blob/master/java/jdbc/BasicSamples/JDBCSampleData.sql).
5454

55-
Start the database and make sure to create 'testuser' and needed tables using [JDBCSampleData.sql](https://github.com/oracle/oracle-db-examples/blob/java/jdbc/BasicSamples/JDBCSampleData.sql). Edit ```com.oracle.adbaoverjdbc.test.FirstLight.java```
55+
Start the database and make sure to create 'testuser' and needed tables using [JDBCSampleData.sql](https://github.com/oracle/oracle-db-examples/blob/master/java/jdbc/BasicSamples/JDBCSampleData.sql). Edit ```com.oracle.adbaoverjdbc.test.FirstLight.java```
5656
and set the constant ```URL``` to an appropriate value. AoJ will pass this value
5757
to ```java.sql.DriverManager.getSession```. If you are using a database other
5858
than Oracle you should change the value of the constant ```TRIVIAL``` to some

0 commit comments

Comments
 (0)