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

Home -> Community -> Usenet -> c.d.o.server -> Re: PL/SQL Output

Re: PL/SQL Output

From: <mgogala_at_rocketmail.com>
Date: Mon, 28 Dec 1998 15:16:45 GMT
Message-ID: <7687cq$kkn$1@nnrp1.dejanews.com>


In article <766v5k$1l8$1_at_birch.prod.itd.earthlink.net>,   "Jenny Clark" <jclark01_at_ukms.net> wrote:
> I'm new to PL/SQL. I'm trying to debug using DBMS_OUTPUT.PUT_LINE, but see
> no out put in SQL*PLUS. Any help?
>
>

set serveroutput on
exec dbms_output.enable(1000000);

--
Mladen Gogala

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Mon Dec 28 1998 - 09:16:45 CST

Original text of this message

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