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()??

dbms_output.put_line()??

From: Legend <legend_at_spacelab.net>
Date: 2000/09/21
Message-ID: <oWxy5.3809$l35.76116@iad-read.news.verio.net>#1/1

I am trying to run this simple PL/SQL but it doesn't run.

SQL> set serveroutput on;
SQL> create or replace test is begin
SQL> dbms_output.put_line('hello');
SQL> end;
SQL> /
SQL> ** error **unknown dbms_out... command


Why?? Received on Thu Sep 21 2000 - 00:00:00 CDT

Original text of this message

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