ORA-28580 recursive external procedures are not supported
Oracle Database Server Error Messages Code ORA-28580 Help About Description;
Recursive external procedures are not supported.
Error Problem Cause;
A callback from within a user's 3GL routine resulted in the invocation of another external procedure.
How to Solve ORA-28580 recursive external procedures are not supported?
Fix Action Solve;
Make sure that the SQL code executed in a callback does not directly call another external procedure, or indirectly results in another external procedure, such as triggers calling external procedures, PL/SQL procedures calling external procedures, and so on.