Showing posts with label ora-28580 error messages. Show all posts
Showing posts with label ora-28580 error messages. Show all posts

Wednesday, August 31, 2022

Ora-28580 recursive external procedures

 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.

Featured Post

Ora-00921 Unexpected end of SQL Command

 ORA-00921 unexpected end of SQL command     Oracle Database Error Code Messages ORA-00921 About Help Description; Unexpected end of SQL com...

Search This Blog