🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Oracle Database Connection

User: "archana_sr"
New Altair Community Member
Updated by Jocelyn
Hi All,
I am trying to connect to a oracle database via "Read Database" operator. However it works if I run it locally in the studio, but on running it on the RM server I am getting the below error. I have tried two methods in define connection 1) Repository 2) url . Both doesn't seem to work on the RM server. I have tested the connection while in Repository option and I got "Test Connectivity" Success. It also runs in the RM studio, just not on the server. Any help is much appreciated.

Sort by:
1 - 3 of 31
    User: "rfuentealba"
    New Altair Community Member
    Hello,

    There are many reasons on why would Oracle return the ORA-01017 error. Among the most common ones:
    • Are you trying to connect with a user without privileges from the machine that RapidMiner Server has?
    • Are you trying to connect to an Oracle 11 instance with the libraries from Oracle 9?
    • Are you sure that the connection is being made from "user", and not "user as sysdba" or something?
    I may be able to help, but for that I would require you to provide more information: what version of RM Server are you using? what version of Oracle are you using?

    All the best,

    Rod.
    User: "SGolbert"
    New Altair Community Member
    Accepted Answer

    I think you have to configure the connection at the Server's web interface. I don't know if that changed with the introduction of the connection manager, but that would explain the problem. It is also possible that the server doesn't have the same connectivity as your laptop computer (the process is run by the server).

    Kind regards,
    Sebastian

    User: "archana_sr"
    New Altair Community Member
    OP
    The problem was as stated by @SGolbert the server did not have the same connectivity as my laptop.