Procedure output


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
 
The output is displayed on the "Output" tab page. Output must be enabled though (note the "Enabled" check box on the Output page).
 
Back
Top