ORA-06508: PL/SQL: could not find program unit being called

前端 未结 4 981
轮回少年
轮回少年 2020-11-28 13:24

I am using oracle 10g and toad 11.5. I am trying to call an api from an anonymous block.

If i recompile the api after adding dbms_output.put_line and th

4条回答
  •  眼角桃花
    2020-11-28 14:01

    seems like opening a new session is the key.

    see this answer.

    and here is an awesome explanation about this error

提交回复
热议问题