Re: SET SERVEROUTPUT ON; DBMS_OUTPUT..

From: Bob Manieri \ <bmanieri_at_ford.com\>
Date: 1996/02/02
Message-ID: <4et0sh$8dl_at_eccdb1.pms.ford.com>#1/1


s.zwischenbrugger_at_magnet.at (Stefan Zwischenbrugger) wrote:
>If you want to see the result of dbms_output.put_line('bla bla')
>you have to SET SERVEROUTPUT ON first.
>In Oracle Application you can call a stored procedure directly without
>calling PL*SQL first.
>I cannot see my dbms_output.put_line(..) output. How can I persuade
>Oracle to show me the result.
>
>regards,
>
>Stefan
Try adding the line:

     dbms_output.enable(1000000);
BEFORE you call dbms_output.put_line.

-- 
========================================================================
  Bob Manieri                           email : bmanieri_at_ford.com
  Database Administrator                voice : (610) 584-7085
  Ford Electronics, Lansdale, PA        pager : (609) 342-0314
========================================================================
  Business is war....information is the high ground.  - J.Abrahamson
  ...we can deprive the enemy of the high ground.  - J. Buford
========================================================================
Received on Fri Feb 02 1996 - 00:00:00 CET

Original text of this message