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
dbms_output.put_line
seems like opening a new session is the key.
see this answer.
and here is an awesome explanation about this error