heap corruption in DBD::Oracle

2007-12-16 Thread Peter J. Holzer
I have a perl script which updates some (large) tables from text-files, inserting, updating and deleting records. For performance reasons the inserts, updates and deletes are queued together and then done with an array operation when there are enough. Now I've added another table and the script

Re: heap corruption in DBD::Oracle

2007-12-16 Thread Peter J. Holzer
On 2007-12-16 23:07:36 +0100, Peter J. Holzer wrote: I have a perl script which updates some (large) tables from text-files, inserting, updating and deleting records. For performance reasons the inserts, updates and deletes are queued together and then done with an array operation when there