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

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

I can't OUTPUT to work

From: <Sean_at_kewi.net>
Date: 2000/03/06
Message-ID: <8a0p1s$gp$1@nnrp1.deja.com>#1/1

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 Mon Mar 06 2000 - 00:00:00 CST

Original text of this message

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