DBMS_OUTPUT.PUT_LINE(a) can print only 255 characters per line.
Try check it :
begin
test(aNum);
dbms_output.put_line(substr(aNum,1,255));
end;
|
Results 1 to 2 of 2
Threaded View
|
Click Here to Expand Forum to Full Width |