Skip to content

Commit a901556

Browse files
authored
Update Getting-started-example.md
1 parent c24f89c commit a901556

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/Getting-started-example.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,11 @@ You can obtain the latest SODA for Java jar and its dependencies using these Mav
163163
**Artifact id:** orajsoda
164164
**Version:** 1.1.7
165165

166+
The above will automatically pull the latest versions of the dependencies needed to work with SODA on all supported database versions and cloud services.
167+
166168
If you need to download the SODA jar and the dependencies manually, you can do that as follows:
167169

168-
* JDBC 8 or above jar. For example, if you're using JDK8 or above, you could use ojdbc8.jar that ships with Oracle Database, available from [this page](https://www.oracle.com/database/technologies/appdev/jdbc-downloads.html). Note: to work with JSON type, which is the new default JSON storage in SODA when running against 21c database with compatible set to 20 or above, a 21c or above JDBC jar is required.
170+
* JDBC 8 or above jar. For example, if you're using JDK8 or above, you could use ojdbc8.jar that ships with Oracle Database, available from [this page](https://www.oracle.com/database/technologies/appdev/jdbc-downloads.html). Note: to work with JSON type, which is the new default JSON storage in SODA when running against 21c database with compatible set to 20 or above, a 21c or above JDBC jar is required. To work with 19c autonomous cloud services (Autonomous JSON Database, Autonomous Transaction Processing, Autonomous Data Warehouse) you must a use a 19.7 or above JDBC jar.
169171

170172
* javax.json-1.1.4.jar. This is the JSR353 implementation, download it from [here](http://search.maven.org/remotecontent?filepath=org/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar).
171173

0 commit comments

Comments
 (0)