Thanks for the reply.
I was also thinking about a environment variable.
The Oracle server does not require username/pass and is open.
If the username/pass was not working i should not get data at all, but i do get some.
Only weird values... (in the status column.. the Well is 100% ok) | [reply] |
Have you determined where it goes wrong? Is Oracle returning "weird" values? Or is MySQL inserting "weird" values? What happens if you trace the DBI?
| [reply] |
I have run this script in cron and outputted the data to a text file.
Oracle is outputting the data correctly (print $status, $well)
And i did a print $_1 on the Mysql sub and that also outputs it correct.
I have no idea where it is going wrong..
| [reply] |