I'm trying to connect to an Oracle 12.2 database using RapidMiner 5.3.15 (the last free, purely open-source version). I'm using ojdbc8.jar as my driver and Java 8 is installed on my PC. When I test the connection I get the following error:
Io exception: Invalid connection string format, a valid format is: "host:port:sid"
This is strange, because I don't receive this error connecting with other software using the service_name rather than SID. The URL that normally works is this:
jdbc:oracle:thin:[host]:1521/[service_name]
Below are the driver details from the jdbc_properties.xml file in my user/.RapidMiner5 folder. Any idea on what could be causing the error?
<driver urlprefix="jdbc:oracle:thin:@" name="Oracle12.2" drivers="oracle.jdbc.driver.OracleDriver" driver_jar="C:\Program Files (x86)\Rapid-I\RapidMiner5\lib\jdbc\ojdbc8.jar" defaultport="1521" dbnameseparator="/"/>
Thanks in advance for any suggestions/advice-
Tim