I am having problems whilst migrating data from Pro-isam to Oracle.
The error is very intermittant and very irritating.

I have created 11 Oracle tables from 11 .pro files and then created 11 functions to delete from the .pro files and add to the Oracle tables.
The functions are designed to run on to the next one, and this is where the problem is. If I run them singlely they are fine and the data migrates successfully, but if I tag them all together the 2nd function will always fall over, with the most common Oracle error message ; unique constraint.
I have inserted WAITS in between the functions but this doesn't resolve the issue either.
Any Ideas ?
Phil