in reply to Re^4: Perl script not running correct as a cron
in thread Perl script not running correct as a cron
I also note that for each row returned from Oracle you start a new MySQL connection. While this has nothing to do with your problem, it's quite costly (setting up a database connection is relatively expensive) if Oracle returns many rows.
|
|---|