ORA-28575 unable to open RPC connection to external procedure agent
Hi all,
We have an APEX-application that uses a call to an external library. The call is invoked from a PL/SQL package. We have multiple instances where this works fine. However one Oracle 12.1 Database on Windows is giving us problems. On that database when calling the PL/SQL package through APEX the page does not do anything except waiting for the procedure to finish. When killing the session we do find following error in APEX logfiles:
ORA-28575 unable to open RPC connection to external procedure agent
However if we call this PL/SQL package directly from SQL*Plus then it works perfectly so that should indicate that the configuration of the external proc is correct. We tried to find out how APEX exactly is calling the external procedure but no luck so far. We can see that the user ANONYMOUS is used. When we start a SQL*Plus session and change the current schema to ANONYMOUS we still can execute the procedure without any errors and also with the desired result.