Oracle and in-database processing

apivk
apivk New Altair Community Member
edited November 5 in Community Q&A
Hello,

Is anyone aware of an alternative on executing a visual query as in-database processing on Oracle?

Found this In-Database Processing extension (marketplace.rapidminer.com/UpdateServer/faces/product_details.xhtml?productId=rmx_in_database_processing), but seems it only supports Google BigQuery (via OAuth 2), PostgreSQL and MySQL.

Ideas welcome.

Best Answers

  • tkenez
    tkenez New Altair Community Member
    Answer ✓
    Hey @apivk ,

    Some more thoughts on this. As Balazs said above, we don't yet support Oracle in In-Database Processing Extension. It is on the roadmap, but I cannot say a firm date for it just yet.
    In the meantime, if you have the skills to meddle with Java code, there is a sample project on GitHub on how to extend the extension to support new databases, and Oracle is used in the example. Check it out here: https://github.com/rapidminer-labs/rapidminer-extension-indb-oracle-sample

    The reason why this hasn't been simply added to the extension just yet is that there are some kinks to work out so we can safely say it can support production workloads.

Answers

  • tkenez
    tkenez New Altair Community Member
    Answer ✓
    Hey @apivk ,

    Some more thoughts on this. As Balazs said above, we don't yet support Oracle in In-Database Processing Extension. It is on the roadmap, but I cannot say a firm date for it just yet.
    In the meantime, if you have the skills to meddle with Java code, there is a sample project on GitHub on how to extend the extension to support new databases, and Oracle is used in the example. Check it out here: https://github.com/rapidminer-labs/rapidminer-extension-indb-oracle-sample

    The reason why this hasn't been simply added to the extension just yet is that there are some kinks to work out so we can safely say it can support production workloads.