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

Problem with DBMS_OUTPUT

From: Paul Davies <cobalt_at_dircon.co.uk>
Date: Fri, 9 Apr 1999 02:20:41 +0100
Message-ID: <370d53c9.0@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 Thu Apr 08 1999 - 20:20:41 CDT

Original text of this message

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