Thanks Matthew. I am in process of installing DBD::Oracle 1.16 I am waiting for 
some internal permissions.
I will let you know. Thanks


On Fri, 06 Jan 2006 Matthew Dougerty wrote :
>You need Oracle DBD.  If it's there there will be per5~/DBD/Oracle.pm and an
>Oracle directory.
>
>On 5 Jan 2006 19:01:35 -0000, Sunil A V wrote
> >
> > Hi,
> >
> > I am trying this combination:
> > perl: v5.61
> > DBI: 1.25
> > Oracle: 10g
> > OS: Solaris Unix
> > The directory /home/me/perlmods contains DBI.pm, DBI dir, DBD dir,
> > Bundle, etc
> >
> > In my perl program I am using
> > BEGIN {unshift(@INC,'/home/me/perlmods')}
> > use DBI;
> >
> > my $dbh = DBI->connect('DBI:Oracle','sid','user','pass') || die
> > "msg"; ...
> >
> > The program terminates at the connect line and does not even print
> > the msg in the die statement.
> >
> > Is version a problem here OR is perl not able to find DBI OR should
> > i install DBD:Oracle as well? I am just using DBI for basic sql
> > fetch in preparedstatements.
> >
> > Thanks,
> > Sunil
>
>
>Matthew Dougherty
>[EMAIL PROTECTED]
>973-325-8556
>AIM: mattsei
>

Reply via email to