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
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?
------------------
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

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?
------------------