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: SKurosky <skurosky_at_aol.com>
Date: 06 Mar 2000 18:09:59 GMT
Message-ID: <20000306130959.03553.00000668@ng-cn1.aol.com>


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

Hi Sean
Did you; SET SERVEROUTPUT ON ..??
SANDY Received on Mon Mar 06 2000 - 12:09:59 CST

Original text of this message

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