Re: How to call DBD::Oracle's dbms_output_get from within a DBIx
- From: Tim.Bunce@xxxxxxxxx (Tim Bunce)
- Date: Thu, 22 Feb 2007 01:50:23 +0000
On Wed, Feb 21, 2007 at 04:25:54PM +0000, Martin J. Evans wrote:
Hi,
I have DBIx::Log4perl which is currently connected to a DBD::Oracle. In
DBIx::Log4perl::st::execute I want to call DBD::Oracle's dbms_get_line
which is usually (from applications) called like this:
@lines = $dbh->func('dbms_output_get');
As I'm in st::execute I have a $sth and can get hold of a $dbh.
I'd expect this to work:
$dbh = $sth->FETCH('Database');
@lines = $dbh->func('dbms_output_get');
Tim.
.
- Follow-Ups:
- DBI 1.54 RC8 Windows XP testing results
- From: John Scoles
- Re: How to call DBD::Oracle's dbms_output_get from within a DBIx
- From: Martin Evans
- DBI 1.54 RC8 Windows XP testing results
- References:
- How to call DBD::Oracle's dbms_output_get from within a DBIx
- From: Martin J. Evans
- How to call DBD::Oracle's dbms_output_get from within a DBIx
- Prev by Date: Re: ANNOUNCE: DBI 1.54 RC7
- Next by Date: Re: DBD::Oracle 1.19 install on Fedora Core 5
- Previous by thread: How to call DBD::Oracle's dbms_output_get from within a DBIx
- Next by thread: Re: How to call DBD::Oracle's dbms_output_get from within a DBIx
- Index(es):