[oracle-l] Re: Hello World!

  • From: "Jamadagni, Rajendra" <Rajendra.Jamadagni@xxxxxxxx>
  • To: <oracle-l@xxxxxxxxxxxxx>
  • Date: Thu, 22 Jan 2004 10:33:50 -0500

he he he, you forgot ...=20

set serveroutput on=20

Raj
-------------------------------------------------------------------------=
-------
Rajendra dot Jamadagni at nospamespn dot com
All Views expressed in this email are strictly personal.
QOTD: Any clod can have facts, having an opinion is an art !


-----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: