JDBC thin client connection
We have a requirement that we have to make connection from JBOSS to Oracle 12c database using JDBC. Oracle client and database NOT installed on JBOSS server. The connect string is similar to this
jdbc:oracle:thin:@lnx-cluster07d-scan.ca.mscibcwm.com:1568:GPS1D
Do we have to have Java installed on that database where JBOSS is making connection? if yes then how to install the java component that is missing from our default install?
Thanks