[oracle-l] Re: Hello World!

  • From: "Boyle, Christopher J." <Christopher.J.Boyle@xxxxxxxx>
  • To: <oracle-l@xxxxxxxxxxxxx>
  • Date: Thu, 22 Jan 2004 10:24:57 -0500

Did you remember to set serveroutput on?

-----Original Message-----
From: Mladen Gogala [mailto:mladen@xxxxxxxxxxxxxxx]
Sent: Thursday, January 22, 2004 10:11 AM
To: Multiple recipients of list ORACLE-L
Subject: [oracle-l] Hello World!

begin
dbms_output.put_line('Just testing the new list!');
dbms_output.put_line('I hope this will complete successfully');
end;
/

Other related posts: