set serveroutput on;
785153Jul 20 2010 — edited Jul 20 2010I have 10.2.0.1.0 on Windows XP and have set serveroutput on on sqlplus. However, I don't see the out put from dbms_output.put_line('xxxxxx'); the dbms_output.put_line() is not in IF or ELSE condition.
Can anyone please shed a light? Thanks in advance.