I'm trying to call a function with a database link and get the following error: ora-00060: deadlock detected while waiting for resource. I'm using PL/SQL to write my code on the database.
How can I avoid this error? Committing the after-calling function is impossible because it is a sensitive process where many things happen after the called function.
Trying to resolve the problem