Re: How to print out messages in a PL/SQL block

From: Zmoxie <zmoxie_at_aol.com>
Date: 1997/05/20
Message-ID: <19970520213800.RAA11070_at_ladder02.news.aol.com>#1/1


  1. withing sqlplus do set serveroutput on.
  2. in your plsql block: dbms_output.putline('hello world!');

Moxie Received on Tue May 20 1997 - 00:00:00 CEST

Original text of this message