On Mon, Aug 25, 2003 at 09:30:44PM +0100, Tim Bunce wrote:
> I installed DBD::Oracle 1.14 and DBI 1.37, but 
> I receive the following warning in test.pl:
> 
> Is this a bug ??
> 
> my $dbh = DBI->connect('dbi:Oracle:',
>          shift||'',
>          shift||'',
>          'Oracle',
Remove the extra string (Oracle, above) and try again.
>          {
>              RaiseError => 1,
> #             AutoCommit => 0,
>              ora_session_mode => ORA_SYSDBA
>          })
>   or die DBI->errstr;

Reply via email to