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

From: gazzag <gareth_at_jamms.org>
Date: Tue, 5 Aug 2008 03:25:11 -0700 (PDT)
Message-ID: <eba26865-53b4-491e-b752-b0683e670bcb@k13g2000hse.googlegroups.com>


On 5 Aug, 01:22, Kramer314 <johnlkra..._at_gmail.com> wrote:
> 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;
>
> I am using SQL developer and connecting to an Oracle Server instance
> (not sure what version).  I run the above file and it just says
> anonymous block completed in the script output window.  In the DBMS
> output window, it says nothing.  In the OWA Output window, it says
> nothing.  What are all of those windows anyway?
>
> Thanks in advance for your help.

SQL> SET SERVEROUTPUT ON HTH -g Received on Tue Aug 05 2008 - 05:25:11 CDT

Original text of this message