Re: newbie PL/SQL question

From: Ken Denny <kedenny_at_mail.concentric.net>
Date: 1996/01/08
Message-ID: <4cs3pu$pa9_at_spectator.cris.com>#1/1


There are two ways. If your procedure does dbms_output.put_line commands then you must

set serveroutput on

in sqlplus prior to running it. On the other hand, if it is a function and you want to see the value that it returns then

select <function>(<parameters>) from dual; Received on Mon Jan 08 1996 - 00:00:00 CET

Original text of this message