Re: Can't even get 'Hello World' to work in Oracle!

From: Ana C. Dent <anacedent_at_hotmail.com>
Date: Tue, 05 Aug 2008 01:47:55 GMT
Message-ID: <Xns9AF0BEC5CBEF8anacedenthotmailcom@69.16.185.247>


Kramer314 <johnlkramer_at_gmail.com> wrote in news:70448005-569c-41bb-aab9- dde6c9118d07_at_p10g2000prf.googlegroups.com:

> Maybe I'm a moron. I don't know, but I can't even get Hello World to
> work in Oracle. I have the following SQL file:
>
>
> BEGIN
> DBMS_OUTPUT.put_line
> ('Hello World');
> END;
>

below is untested but can't hurt

BEGIN

       DBMS_OUTPUT.ENABLE(32000);
	DBMS_OUTPUT.put_line
	      ('Hello World');

END; Received on Mon Aug 04 2008 - 20:47:55 CDT

Original text of this message