Re: DBD::Oracle debugging
From: Reinhard Pagitsch (reinhard.pagitsch_at_isis-papyrus.com)
Date: 07/26/04
- Next message: Dean Arnold: "Re: RFC: SQL::Preprocessor - a SQL filter for Perl"
- Previous message: Patrick Galbraith: "Drivers that support server-prepare-statements?"
- In reply to: Mark Nettlingham: "DBD::Oracle debugging"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: dbi-users@perl.org Date: Mon, 26 Jul 2004 09:26:19 +0200
Mark Nettlingham wrote:
>Hi all,
>
>I was wondering if there's a way of enabling DBI's internal debugging?
>
>Essentially, I'm getting a fail when connecting to an Oracle Database, but
>no $DBI::err, or $DBI::errstr is being produced - both are null. This is
>especially frustrating as it only happens on one of two mirrored databases.
>It also occurs when I attempt to connect to a nonexistant server.
>
>I just want to see how far DBI gets before it fails - is it getting to the
>TNS info? If so, can it connect?
>
>TIA
>Mark
>
>
>
Hello Mark,
$trace_level = 9; # e.g.
Did you set: DBI->trace($trace_level);
Maybe it would help if you post the error message.
mit freundlichen Grüßen,
with my best regards,
Reinhard
-- QA ISIS Information Systems Austria tel: (+43) 2236 27551 150 Fax: 2236 21081 Visit our web site http://www.isis-papyrus.com
- Next message: Dean Arnold: "Re: RFC: SQL::Preprocessor - a SQL filter for Perl"
- Previous message: Patrick Galbraith: "Drivers that support server-prepare-statements?"
- In reply to: Mark Nettlingham: "DBD::Oracle debugging"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|