Discussion:
How can I add DBI for Oracle in Strawberry Perl 5.10.0.4
(too old to reply)
tim Gjerlufsen
2009-03-12 13:06:25 UTC
Permalink
Hi All,

How can I use Strawberry Perl 5.10.0.4 to connect to an Oracle database
using DBI module?

It's not included in the default distribution.

Thanks in advance.

Tim Gjerlufsen
***@gjerlufsen.dk
smallpond
2009-03-13 13:47:11 UTC
Permalink
Post by tim Gjerlufsen
Hi All,
How can I use Strawberry Perl 5.10.0.4 to connect to an Oracle database
using DBI module?
It's not included in the default distribution.
Thanks in advance.
Tim Gjerlufsen
As you may know, DBI is the generic database interface. Adding the
DBD::Oracle driver can be tricky on some systems. Google
informs me that there is a page here discussing it:

http://win32.perl.org/wiki/index.php?title=Install_DBD::Oracle_on_Strawberry_Perl

and of course refer to the DBD::Oracle information on CPAN.

Loading...