Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: dbms_output.put_line(5) doesnt generate 5

Re: dbms_output.put_line(5) doesnt generate 5

From: its not me <it.is_at_not.me.com>
Date: Fri, 21 Jan 2005 23:28:38 +0000
Message-ID: <ek33v05scthmosj0dvssn1a13hff4617ds@4ax.com>


On Fri, 21 Jan 2005 15:44:31 -0500, Grace Tsai <gtsai_at_bnl.gov> wrote:

Try:

sqlplus scott/tiger

sSQL> set serveroutput on
SQL> begin
  2 dbms_output.put_line(5);
  3 end;
  4 /
5

PL/SQL procedure successfully completed.

SQL> Received on Fri Jan 21 2005 - 17:28:38 CST

Original text of this message

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