I am running ColdFusion 2016 Enterprise on a Windows 2016 Server.
I have a few CFM files that are very database intensive (lots of inserts and deletions).
I am finding out that when I execute these scripts, ColdFusion is apparently running them over and over again, deleting all records out of a table, then attempt to import data back in. It does this concurrently; I haven't been able to time when it begins to restart the script as of yet but I am working on that.
Does anyone have an idea as to why it would restart the script multiple times, all of them running concurrently?
I am connecting to an Oracle Instance.
Message was edited by: Joseph Maitino