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
[SODA for Java](https://github.com/oracle/soda-for-java) is Oracle's fluent Java API for accessing JSON collections and documents without any knowledge of SQL.
4
+
See [Getting started with SODA for Java](https://github.com/oracle/soda-for-java/blob/master/doc/Getting-started-example.md) for more details on running testSODA.java with a client JVM (JDK or JRE).
5
+
The goal of this write up is to furnish the steps for running testSODA.java in OJVM and manipulate the JSON collection directly in the database session without moving data around.
6
+
7
+
*** Requirements to run SODA with Java in the database**:
8
+
9
+
(i) Download the [latest orajsoda.jar](https://github.com/oracle/soda-for-java/releases) currently orajsoda-1.0.4.jar
10
+
11
+
(ii) Upload orasoda.jar in your database schema
12
+
loadjava -r -v -u hr/hr orajsoda-1.0.4.jar
13
+
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
16
+
17
+
*** Prep testSODA.java for OJVM
18
+
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
+
21
+
(ii) Replace the URL in the connect string with the OJVM server-side connect URL
0 commit comments