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