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
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/RemoveScott/java/jdbc/BasicSamples/JDBCSampleData.sql).
55
54
56
-
Start the database and load ```scott.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/RemoveScott/java/jdbc/BasicSamples/JDBCSampleData.sql). Edit ```com.oracle.adbaoverjdbc.test.FirstLight.java```
57
56
and set the constant ```URL``` to an appropriate value. AoJ will pass this value
58
57
to ```java.sql.DriverManager.getSession```. If you are using a database other
59
58
than Oracle you should change the value of the constant ```TRIVIAL``` to some
0 commit comments