Options

"Oracle JDBC"

cyckuancyckuan Member Posts: 9 Contributor II
edited May 2019 in Help

Got Oracle JDBC thin to work.

Oracle has changed the package.class name of its driver from jdbc.oracle.driver.OracleDriver to jdbc.oracle.OracleDriver, but RapidMiner5 is still looking for the old reference.

The wiki needs an update (forum account != wiki account?):
http://rapid-i.com/wiki/index.php?title=JDBC_Drivers

Documentation on Oracle package.class change:
http://www.oracle.com/technetwork/database/enterprise-edition/readme-10201-097623.html

This thread helped a bit but did not identify the recent change:
http://rapid-i.com/rapidforum/index.php?action=printpage;topic=1665.0

The workaround is to use the Tools > Manage Database Drivers > Add wizard to help build a custom jdbc_properties.xml file.

Hope this helps.
Tagged:

Answers

  • Options
    mmaragmmarag Member Posts: 35 Maven
    Hello, could you please give a short list of actions on how to achieve the oracle connection?
Sign In or Register to comment.