During the recent bot execution, the following error was encountered:
Run Command: ORA-01013: user requested cancel of current operation
I am using the Execute Query activity to run Oracle SQL commands on the Oracle database. The same query works successfully when executed manually. Until recently, it was also running without any issues through UiPath.
Select queries running as expected.
Out of three UPDATE queries, two are consistently failing with the above error.
I have already increased the timeout setting to 5 minutes (300,000 ms), but the issue persists.
The issue appears to be specific to the UPDATE operations, as the connection remains stable and other commands execute correctly.
Out of 2 one update query is working fine and all select queries are working. From morning to till two hours back these queries also working and manually i can able to update using UiPath facing the error.