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: Problem with DBMS_OUTPUT

Re: Problem with DBMS_OUTPUT

From: Pei L. Ku <pku_at_gte.net>
Date: Sat, 10 Apr 1999 10:50:38 -0700
Message-ID: <7eo19q$kvr$1@news-2.news.gte.net>


you must do 'set serveroutput on' (see sql*plus manual) before executing the pl/sql block.

Pei
DBA consultant.

Paul Davies wrote in message <370d53c9.0_at_newsread3.dircon.co.uk>...
>I cannot get my DBMS_OUTPUT working.
>
>The following statement in SQL Plus produces no output:
>
>BEGIN
>DBMS_OUTPUT.PUT_LINE('Hello world');
>END;
>
>does not work though I get the "PL/SQL Procedure successfully completed"
>message.
>
>Is there some configuration I need to do so DBMS_OUTPUT is echoed to the
>terminal?
>
>Any help appreciated.
>
>Paul
>
>
>
>
>
Received on Sat Apr 10 1999 - 12:50:38 CDT

Original text of this message

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