How to run ORACLE stored procedures frim UiPath

Hello All,

I have one ORACLE stored procedures, which is taking one parameter and will update the record, like below.

abx.Change_status(‘Close’)

I have connected ORACLE server successfully using DSN.

Can anyone help me. Thanks in advance.

Hi @sandip.itc

You should be able to provide your input parameter by using the Parameters property:

1 Like

Hello Maciej,

Thanks for the update.

But parameter is the second part. I am not able to call the ORACLE stored procedure from UiPath. I have configured tnsnames.ora file and ODBC Data Source. Connection is successful from ODBC Data Source.

When I am running, I am getting this error.
“Run command: ERROR [42000] [Oracle][ODBC]Syntax error or access violation.”

I used both Run command and Run query.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.