Hello guys:
I put SET SERVEROUTPUT ON SIZE UNLIMITED FORMAT WRAPPED; in glogin.sql, but Toad doesn't seem to take this configuration. In other words, the following PL\SQL wpuldn't print output:
BEGIN
DBMS_OUTPUT.PUT_LINE('Hello World');
END;
How could I make Toad auto shows PL\SQL output? Thanks