Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: I can't OUTPUT to work

Re: I can't OUTPUT to work

From: Mike Shoop <mshoop_at_iname.com>
Date: Tue, 07 Mar 2000 09:40:28 -0500
Message-ID: <38C514DC.547D34DC@iname.com>


You need to be sure that set serveroutput on for your messages to appear.

Mike

Sean_at_kewi.net wrote:

> I exec the Stored Procedure and get nothing but a PL/SQL procedure
> successfully completed. Can anyone please help?
>
> --------
> CREATE OR REPLACE
> PROCEDURE "ME".SP_TEST
> (nothing IN VARCHAR2)
>
> IS
> BEGIN
> dbms_output.put_line('Hello World');
> END
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Tue Mar 07 2000 - 08:40:28 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US