My version of jruby is:
jruby 9.2.8.0 (2.5.3) 2019-08-12 a1ac7ff OpenJDK 64-Bit Server VM 25.212-b04 on 1.8.0_212-b04 +indy +jit [linux-x86_64]
I want to connect to an Oracle database.
A jdbc gem is installed.
Do I need additional things to install?
I’d rather not install the complete Oracle Client software.
To connect to a SQLServer database I used
require “jdbc/mssql”
And I have the following:
jdbc (0.1.1 java)
jdbc-mssql (0.7.0 java)
What is the best way (the least amount of maintenance)?