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: DBMS_OUTPUT.PUT_LINE doesn't work

Re: DBMS_OUTPUT.PUT_LINE doesn't work

From: oleg <oleg_at_aip.sirena.ru>
Date: 1998/10/28
Message-ID: <3636E598.9A4E1D4E@aip.sirena.ru>#1/1

Hi ,all

    Try to do that:
set serveroutput on;
before you begin to write something else. Best wishes, Oleg.

vagelis Hristidis wrote:

> I try to have some text printed in sqlplus.
> I type:
>
> exec DBMS_OUTPUT.enable;
> exec DBMS_OUTPUT.PUT_LINE('hallo');
> I get the answer "PL/SQL procedure successfully completed."
> for both commnads but nothing is printed.
> What's wrong?
>
> Thanks in advance
> --
> Vagelis S. Hristidis
> Electrical and Computer Engineering
> National Technical University of Athens
> e-mail:exrist_at_cc.ece.ntua.gr
> URL:http://www.cc.ece.ntua.gr/~exrist
Received on Wed Oct 28 1998 - 00:00:00 CST

Original text of this message

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