Guest_imported
New member
- Jan 1, 1970
- 0
why can't i see anything on sqlplus with the following anonymous block?? am i doing anything wrong??
declare
begin
DBMS_OUTPUT.PUT_LINE( 'HELLO WORLD' );
END;
declare
begin
DBMS_OUTPUT.PUT_LINE( 'HELLO WORLD' );
END;