ORA-24333 at PL/SQL block in TOracleQuery

Denis

Member
HELP!
I've got a problem -
when I'm trying to execute a PL/SQL block using TOracleQuery there's
such an error message: ORA-24333 zero iteration count
The PL/SQL block is pretty simple:

begin
redface.gif
ut:=myfunction(34); -- 34 - any literal value
end;

or even

begin
null;
end;

when I'm doing the very same within PL/SQL Developer or
TOracleQuery's SQL Editor - everything works fine!!! - why?

How to fix it?

------------------
 
Back
Top