Rewriting cfx_fileReadLines
I am upgrading from 4.5 to 8 and find that cfx_fileReadLines is returning incorrect data and I have no idea where from (in 8, works fine in 4.5, so I decided to rewrite the code using cfloop file parameter. There are roughtly 4000 lines and 10 datapoints in each line, along with an id, so there are about 45000 queries I have to do to insert it all. After taking down the Oracle server three times, I've decided to take a step back and ask your advice. It's supposed to have a timeout of 40,000 seconds, so that shouldn't be a problem, and raised Max JVM Heap Size to 1024MB. I know this is all pretty general, but if you had a suggestion I would really appreciate it. Thanks.
