Hi everyone,
I have to execute 2 oracle stored procedure both can take up to 5 hrs to complete execution. When we use execute non query activity the bot will not come out of the activity untill the procedure is completed.
Is there any way where we just invoke procedure and not wait for it to complete?