Skip to content

Commit 67bcd50

Browse files
authored
Update Building-source-code.md
1 parent fb21877 commit 67bcd50

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

doc/Building-source-code.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,9 @@ It's not required that Ivy is installed - as long as you have an internet connec
55
the build process will download Ivy and use it to download SODA dependencies.
66

77
The only SODA dependency that must be manually downloaded is the Oracle JDBC jar that ships with
8-
the Oracle database.
8+
the Oracle database. JDBC 6 or above jar is required.
99

10-
JDBC jars for use with JDK 6, 7, and 8 ship with Oracle Database 12.1.0.2 and can be downloaded from here:
11-
12-
[http://www.oracle.com/technetwork/database/features/jdbc/default-2280470.html](http://www.oracle.com/technetwork/database/features/jdbc/default-2280470.html)
13-
14-
Make sure you pick either ojdbc6.jar (for use with JDK 6), or ojdbc7.jar (for use with JDK 7 and 8),
15-
out of the different flavors available.
16-
17-
If you are using JDK 8 and planning to run SODA with Oracle Database 12.2.0.1, you can alternatively download ojdbc8.jar from here:
18-
19-
http://www.oracle.com/technetwork/database/features/jdbc/jdbc-ucp-122-3110062.html
10+
For example, if you're using JDK8 or above, you could use ojdbc8.jar that ships with Oracle Database 18c, available from [this page](https://www.oracle.com/technetwork/database/application-development/jdbc/downloads/jdbc-ucp-183-5013470.html). Alternatively, you can also use ojdbc8.jar that ships with OracleDatabase 12.2.0.1, available from [this page](https://www.oracle.com/technetwork/database/features/jdbc/jdbc-ucp-122-3110062.html). If you're still on JDK7 or even JDK6, you can use ojdbc7.jar or ojdbc6.jar respectively. These ship with Oracle Database 12.1.0.2, and are downloadable from [this page](http://www.oracle.com/technetwork/database/features/jdbc/default-2280470.html).
2011

2112
Copy the downloaded JDBC jar to the /lib directory under the root SODA directory (the root SODA directory is the one containing LICENSE.txt file).
2213

0 commit comments

Comments
 (0)