Has anyone got any good advice on resolving memory leaks?
I am currently importing a large number of images from directories into an Oracle database. After n number of images have been imported the procedure doesn't import the Blob data correctly.
I have started the import at various different directories and previously corrupt images can be read back out.
The only logical reason for this is a memory leak.




Reply With Quote