RE: ORA-00600 internal error with DBD::Oracle 1.16

2005-01-21 Thread Reidy, Ron
nt: Friday, January 21, 2005 3:55 AM To: 'dbi-users@perl.org' Subject: ORA-00600 internal error with DBD::Oracle 1.16 Hello, the following program: use strict; use DBI; my $dbh = DBI->connect(qw( dbi:Oracle: T3_JLL T3_JLL ), { PrintError => 0 }); $d

Re: ORA-00600 internal error with DBD::Oracle 1.16

2005-01-21 Thread Alexandru STAN
Hello, same problem here, solved using DBD-Oracle 1.15 Attention, my config : Win, perl 5.8.3, dbi 1.43 (DBI/DBD downloaded from esoftmatic) Regards, Alex LEROY Jean-Louis wrote: Hello, the following program: use strict; use DBI; my $dbh = DBI->connect(qw( dbi:Oracle: T3_JLL

Re: ORA-00600 internal error with DBD::Oracle 1.16

2005-01-21 Thread Stephen Clouse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Jan 21, 2005 at 11:55:10AM +0100, LEROY Jean-Louis wrote: > DBD::Oracle::st execute failed: ORA-00600: internal error code, > arguments: [kpofdr-long], [], [], [], [], [], [], [] (DBD ERROR: error > possibly near <*> indicator at

Re: ORA-00600 internal error with DBD::Oracle 1.16

2005-01-21 Thread Martin Hall
Jean-Louis, I would check with Oracle Support. This sounds like a known issue on the database. Martin LEROY Jean-Louis wrote: Hello, the following program: use strict; use DBI; my $dbh = DBI->connect(qw( dbi:Oracle: T3_JLL T3_JLL ), { PrintError => 0 }); $dbh->

ORA-00600 internal error with DBD::Oracle 1.16

2005-01-21 Thread LEROY Jean-Louis
Hello, the following program: use strict; use DBI; my $dbh = DBI->connect(qw( dbi:Oracle: T3_JLL T3_JLL ), { PrintError => 0 }); $dbh->do(q{DROP TABLE Person}); $dbh->disconnect; $dbh = DBI->connect(qw( dbi:Oracle: T3_JLL T3_JLL ), { PrintError =>