It's this:
 
$dbh->func(dbms_output_enable);
 
Regards,
L
-----Original Message-----
From: Loo, Peter # PHX [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 20, 2001 12:02 PM
To: [EMAIL PROTECTED]
Subject: SET SERVEROUTPUT ON

Hi All,
 
I want to set this environment on so that anything that the store procedure spits out will show during the debug process within Perl DBI connection.  Can someone please show me how I can set this?
 
  $dbh->do("SET SERVEROUTPUT ON");
 
Not working.  Please help.
 
Peter

Reply via email to