The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

"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

  • 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.