Re: Make failed on DBD::Oracle 1.03/1.06

2000-07-20 Thread David Ranney
>System: > RedHat 6.1 > Perl 5.6.0 > DBI 1.14 Oracle 8.1.5 [snip] >I removed the ../DBI-1.14 folder before I run make. > >Any hints? This is really a question for the DBI mailing list: http://www.isc.org/services/public/lists/dbi-lists.html That said, you haven't told us anything abo

Make failed on DBD::Oracle 1.03/1.06

2000-07-20 Thread Kenneth Lee
System: RedHat 6.1 Perl 5.6.0 DBI 1.14 Oracle 8.1.5 Here's the output for 1.03 and 1.06. [root@test4 DBD-Oracle-1.03]# make mkdir blib mkdir blib/lib mkdir blib/lib/DBD mkdir blib/arch mkdir blib/arch/auto mkdir blib/arch/auto/DBD mkdir blib/arch/auto/DBD/Oracle mkdir blib/lib

RE: DBD-Oracle-1.03

2000-06-30 Thread Wim Kerkhoff
I connect with code like this, using DBD-Oracle-1.03 under Oracle 8.1.0 on Solaris: my $dbh = DBI->connect( $datasource, $dbuser, $dbpassword, { RaiseError => 1, AutoCommit => 1 }) || die "Couldn't connect to $datasource:"; This fine from the shell a

DBD-Oracle-1.03

2000-06-30 Thread sridhar balaram
got problem with the DBD-Oracle-1.03 module under Solaris 8 with Oracle 8.1.5. Things work fine when I set the environment variable TWO_TASK=T:solaris:orcl but when I do this I have problem running Oracle Server Manager (svrmgrl), so I will have to unset the TWO_TASK variable again before