Re: Ref:-- How to transfer DBI/DBD binary.

2007-10-26 Thread Richard T Malafa
Is this assuming the hardware is identical on both machines and the Oracle Database (not the clients alone) are identical? What about the Perl??? Is that also have to be identicial in every respect??? Has this actually been tried Thank You Rich .· '·..· '·. º .· '·. .· '·. ·. .·

Re: Ref:-- How to transfer DBI/DBD binary.

2007-10-26 Thread John D Groenveld
In message [EMAIL PROTECTED], Richard T Malafa writes: Is this assuming the hardware is identical on both machines and the Oracle Database (not the clients alone) are identical? Yes. The development and production systems must be the same architecture and OS version. The Oracle client

Parsing Results from fetchall_hashref()

2007-10-26 Thread Rob Wilkerson
I'm trying to debug a problem in a Perl script that retrieves records from an Oracle database and writes those records to a flat file. I'm retrieving the records using fetchall_hashref() and have found that at least one record isn't being written correctly so I'm trying to figure out why. I can