When debugging a SQL module, to watch the result of DBMS_OUTPUT within a FOR loop is not possible.
For z in XY loop
dbms_output.put_line( AB || ' ' || XY || ' ' || BC);
End loop;
You will get the error message: "Undeclared identifier on the for array name".
You need to be signed in and under a current maintenance contract to view premium knowledge articles.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center