RE: dbd::oracle 1.16 failing t/50cursor.t line 91

2005-12-23 Thread Michael Gray
On Thu, 22 Dec 2005, Young, Dave wrote: I am very new to perl. I am trying to upgrade our perl which was installed 3 years ago by a person no longer with the company. I have been closely following instructions in README and README.hpux for perl 5.8.7, dbi 1.49 and dbd::oracle 1.16 as well

Re: Silencing DBI (err=0, errstr=undef, state=undef) errors DBD::Oracle

2005-12-23 Thread Tim Bunce
On Thu, Dec 22, 2005 at 10:31:57AM +0100, David Landgren wrote: List, I have an $application that uses Oracle on Windows 2000, and I speak to the database with ActiveState Perl 5.6, since 5.6 is the last version for which Oracle allows AS to package DBD::Oracle. This reason, as much as

auto repair script for mysql

2005-12-23 Thread Ing. Branislav Gerzo
Hello all, I have one server, where electric power goes down time to time. I have many databases in mysql, and some tables are corrupted. Do you think it is good idea to write script and put it to cron, and it should check if some table has error (MYSQL show status command?), and if yes, it will

Re: auto repair script for mysql

2005-12-23 Thread louis gonzales
I think it would be a good idea to get a battery backup and prevent the entire thing from going down. On Fri, 23 Dec 2005, Ing. Branislav Gerzo wrote: Hello all, I have one server, where electric power goes down time to time. I have many databases in mysql, and some tables are corrupted. Do

Re: oracle OCI.dll NLS error on connect

2005-12-23 Thread listmail
I imagine that he wants to keep things 1:1. I know at first I wanted to upgrade things to the same level, but I've been running a 9iR2 repository/admin database against a few 8i databases for a couple years now. Additionally I run compiled perl scripts (activeperl 5.8.7 build 813 and

$DBI::errstr == (no error string)

2005-12-23 Thread Aaron Turner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm going quickly insane trying to debug this... Long story short: DBI 1.50 DBD::Pg 1.43 Perl 5.8.5 mod_perl 2.0.2 Class::DBI 3.0.1 Apache::DBI 0.9901 Basic problem is that I can't connect to my PG database from inside Apache from my Linux box