Can't even get 'Hello World' to work in Oracle!
From: Kramer314 <johnlkramer_at_gmail.com>
Date: Mon, 4 Aug 2008 17:22:57 -0700 (PDT)
Message-ID: <70448005-569c-41bb-aab9-dde6c9118d07@p10g2000prf.googlegroups.com>
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?
Date: Mon, 4 Aug 2008 17:22:57 -0700 (PDT)
Message-ID: <70448005-569c-41bb-aab9-dde6c9118d07@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; 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. Received on Mon Aug 04 2008 - 19:22:57 CDT