Skip to content

Commit

Permalink
Add Oracle JDBC driver
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiomt committed Feb 5, 2019
1 parent 3b64230 commit cbbaa70
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -976,9 +976,15 @@ Start and stop listener with:
If you are using a GUI like Cinnamon then you can also install **SQL Developer**.
As for the database, you need an OTN account to download SQL Developer from
http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html
Then install it with

Then install it with:

`rpm -Uhv sqldeveloper-(build number)-1.noarch.rpm`

You may want to add the JDBC driver to Maven repo with:

`mvn install:install-file -Dfile=/vagrant/vagrant-setup/oracle/jdbc/12.1.0.2/ojdbc7-12.1.0.2.0.jar -DgroupId=com.oracle -DartifactId=ojdbc7 -Dversion=12.1.0.2.0 -Dpackaging=jar`

-------------------------------------------------------------------------------

# POSTGRESQL 9.3 or 9.6
Expand Down
Binary file not shown.

0 comments on commit cbbaa70

Please sign in to comment.