File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ The goal of this write up is to furnish the steps for running testSODA.java in O
8
8
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
- (ii) Upload orasoda.jar in your database schema
12
-
13
- loadjava -r -v -u hr/hr orajsoda-1.0.4.jar
14
-
15
- (iii) Load the [ latest javax.json-1.0.4.jar] ( https://mvnrepository.com/artifact/org.glassfish/javax.json/1.0.4 )
11
+ (ii) Load the [ latest javax.json-1.0.4.jar] ( https://mvnrepository.com/artifact/org.glassfish/javax.json/1.0.4 )
16
12
17
13
loadjava -r -v -u hr/hr javax.json-1.0.4.jar
14
+
15
+ (iii) Upload orasoda.jar in your database schema
16
+
17
+ loadjava -r -v -u hr/hr orajsoda-1.0.5.jar
18
18
19
19
** Prep testSODA.java for OJVM**
20
20
You can’t perform that action at this time.
0 commit comments