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

DBMS_OUTPUT.PUT_LINE doesn't work

From: vagelis Hristidis <exrist_at_cc.ece.ntua.gr>
Date: 1998/10/24
Message-ID: <36321085.A1FDBAA3@cc.ece.ntua.gr>#1/1

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 Sat Oct 24 1998 - 00:00:00 CDT

Original text of this message

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