Task Error from Parallel Processing in PL/SQL : SQL Error: ORA-29495: invalid state for resume task
Hello everyone, I am using Parallel processing for some code that chugs through about 500K records a night as a batch. 99% of the time, it works great, but every few days (I've been running this in our test environment for about 2 weeks), it throws an error. "SQL Error: ORA-29495: invalid state for resume task"
Any ideas what might be causing this? I've done some research on the web, but I haven't found any direct answers. I got the basic idea from this code from various guides... so please feel free to let me know if you see any enhancements.
Here is my code for this snippet. It is failing in the final loop. You'll note that I log messages to my logging system,
Tagged:
0