Re: DBMS_OUTPUT

From: Alex Zhovnirovski <zhovniro_at_egr.msu.edu>
Date: 1996/03/20
Message-ID: <31501D6D.1E7E_at_egr.msu.edu>#1/1


Jeff Page wrote:
>
> I'm using Oracle Workgroup Server [v.7.1] and sql*plus [v.3.1]
> on NT 3.50. I sucesssfully compiled the dbms_output package [as
> user sys] but when I execute any test procedure in sql*plus,
> put_line does not display any output. Have I missed a step? Does
> the package, in fact, work on my platform?
>
> Any feedback will be greatly appreciated.
>
> Jeff Page

Probably output is disabled.
Try to execute DBMS_OUTPUT.ENABLE or
 set serveroutput on in SQL*Plus
( "off" is default option ).
If you use DBMS_OUTPUT often, change serveroutput in your log in file.

Hope it will help.

Alex.
zhovniro_at_egr.msu.edu Received on Wed Mar 20 1996 - 00:00:00 CET

Original text of this message