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: Miguel De Buf <Miguel.DeBuf_at_medisearch-int.com>
Date: Mon, 28 Dec 1998 10:29:28 +0100
Message-ID: <36874F78.B363ACB7@medisearch-int.com>


First execute the following line in SQL*PLUS :

SQL> set serveroutput on size 100000

and execute your procedure again.

Good Luck...

Jenny Clark 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?
Received on Mon Dec 28 1998 - 03:29:28 CST

Original text of this message

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