Skip to content

Commit 14ec87c

Browse files
authored
Remove Scott user
1 parent f3596f1 commit 14ec87c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/AoJ/README.md

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

61-
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```
61+
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```
6262
and set the constant ```URL``` to an appropriate value. AoJ will pass this value
6363
to ```java.sql.DriverManager.getSession```. If you are using a database other
6464
than Oracle you should change the value of the constant ```TRIVIAL``` to some

0 commit comments

Comments
 (0)