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 problem

DBMS_OUTPUT problem

From: marketmaker <wensheng_98NOweSPAM_at_yahoo.com.invalid>
Date: 2000/04/07
Message-ID: <21c6095c.1e0b1fc2@usw-ex0102-084.remarq.com>#1/1

I was writing the following plsql code under Oracle8i and got no output message. Can anyone tell me what went wrong? Thanks a lot!

SQL> begin
  2 dbms_output.enable();
  3 dbms_output.put_line('sdaf');
  4 end;
  5 /

PL/SQL procedure successfully completed.

mm

Received on Fri Apr 07 2000 - 00:00:00 CDT

Original text of this message

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