Can we call oracle function in Rapidminer?

psalunke
psalunke New Altair Community Member
edited November 2024 in Community Q&A
Is there any way we can call oracle function through read database operator and get the results from the function?
Tagged:

Best Answer

  • jwpfau
    jwpfau
    Altair Employee
    Answer ✓
    Hi,

    according to the Oracle Documentation you should be able to call functions via
    { ? = call procedure_name (argument1, argument2,...) }
    Greetings,
    Jonas

Answers

  • jwpfau
    jwpfau
    Altair Employee
    Answer ✓
    Hi,

    according to the Oracle Documentation you should be able to call functions via
    { ? = call procedure_name (argument1, argument2,...) }
    Greetings,
    Jonas