I'm using a for cicle (2500 records) in Python (Anaconda) in order to update an Oracle 11g database. When the program arrive near to 100 cicle it stops...(no error, simply it doesn't go on...). I think it's a problem of memory, I'm using a PC windows.
Is there any method to get free memory during the process?
Thanks, regards.