Try
Also I think you should usedeclare
c varchar2(4000);
begin;
select testfunc into c from dual;
end;
/
PRAGMA RESTRICT_REFERENCES (testfunc, WNDS);
in your function (not sure, but I think in 8.0.5 you should).
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |