Chudson121
Member
Please forgive the newbieness, not only am i new to pl/sql developer but also oracle...
I have a stored procedure that when i run in the command window it ouputs properly, but when i run it sql window i get no output.
the proc contains a statement like
DBMS_OUTPUT.PUT_LINE('INSERT INTO '||p_table||' ('||l_column_list||')');
like i said in a command window this outputs fine