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
Copy file name to clipboardExpand all lines: java/ojvm/SODA.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,32 +9,32 @@ The goal of this write up is to furnish the steps for running testSODA.java in O
9
9
(i) Download the [latest orajsoda.jar](https://github.com/oracle/soda-for-java/releases) currently orajsoda-1.0.4.jar
10
10
11
11
(ii) Upload orasoda.jar in your database schema
12
-
loadjava -r -v -u hr/hr orajsoda-1.0.4.jar
12
+
loadjava -r -v -u hr/hr orajsoda-1.0.4.jar
13
13
14
14
(iii) Load the [latest javax.json-1.0.4.jar](https://mvnrepository.com/artifact/org.glassfish/javax.json/1.0.4)
15
-
loadjava -r -v -u hr/hr javax.json-1.0.4.jar
15
+
loadjava -r -v -u hr/hr javax.json-1.0.4.jar
16
16
17
17
*** Prep testSODA.java for OJVM
18
18
19
19
(i) Get (copy/paste) testSODA.java from [Getting started with SODA for Java](https://github.com/oracle/soda-for-java/blob/master/doc/Getting-started-example.md)
20
20
21
-
(ii) Replace the URL in the connect string with the OJVM server-side connect URL
0 commit comments