ORA-06565 cannot execute string from within stored procedure

  • Share
  • Share

Description:
ORA-06565 cannot execute string from within stored procedure

Cause:
The named procedure cannot be executed from within a stored procedure, function or package. This function can only be used from PL/SQL anonymous blocks.

ORA-04100 to ORA-07499

  1. admin
    March 20th, 2009 at 13:46 | #1

    Remove the procedure from the calling stored procedure.

  1. No trackbacks yet.