DBD::Oracle Apache::DBI

2000-05-22 Thread Ian Kallen
I've done everything I can think of to shore up any DB connection flakiness but I'm still plagued by errors such as these: DBD::Oracle::db selectcol_arrayref failed: ORA-12571: TNS:packet writer failure ...this is only a problem under mod_perl, outside of the mod_perl/Apache::DBI environment

Re: DBD::Oracle Apache::DBI

2000-05-22 Thread John D Groenveld
My guess is that the problem lies within DBD::Oracle or more likely within Oracle itself. If you can create a Perl only reproducible example, the dbi-users folks will help. John [EMAIL PROTECTED]

Re: DBD::Oracle Apache::DBI

2000-05-22 Thread Perrin Harkins
On Mon, 22 May 2000, Ian Kallen wrote: I've done everything I can think of to shore up any DB connection flakiness but I'm still plagued by errors such as these: DBD::Oracle::db selectcol_arrayref failed: ORA-12571: TNS:packet writer failure ...this is only a problem under mod_perl, outside

Re: DBD::Oracle Apache::DBI

2000-05-22 Thread Amy
Ian Kallen wrote: I've done everything I can think of to shore up any DB connection flakiness but I'm still plagued by errors such as these: DBD::Oracle::db selectcol_arrayref failed: ORA-12571: TNS:packet writer failure ...this is only a problem under mod_perl, outside of the

Re: DBD::Oracle Apache::DBI

2000-05-22 Thread Paul Lindner
We had some strange connection problems like this before. Our most common error was about the 'hostdef extension not found'.. We found that we could get around this by using fully qualified oracle database connection identifiers, instead of using the entry that appears in tnsnames.ora, for