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;
- (Fwd) DBI->connect using 'old-style' syntax Tim Bunce
- RE: (Fwd) DBI->connect using 'old-style'... Thomas A. Lowery
- RE: (Fwd) DBI->connect using 'old-style'... Juan Arturo Veliz Carmona
- Re: DBI->connect using 'old-style' s... Michael A Chase
