You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start the database and load ```scott.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```
62
62
and set the constant ```URL``` to an appropriate value. AoJ will pass this value
63
63
to ```java.sql.DriverManager.getSession```. If you are using a database other
64
64
than Oracle you should change the value of the constant ```TRIVIAL``` to some
@@ -67,7 +67,7 @@ very trivial ```SELECT``` query.
67
67
## Sample Code
68
68
69
69
The following test case should give you some idea of what AoJ can do. It should
70
-
run with any JDBC driver connecting to a database with the scott schema. This is
70
+
run with any JDBC driver connecting to a database with the 'testuser' schema. This is
71
71
the last test in ```com.oracle.adbaoverjdbc.test.FirstLight.java```. For an
0 commit comments