Big Performance Problems With Oracle DataReader in .Net
I have a few Oracle procedures that generate/return a large amount of data that I need to write out to a file. I'm currently trying to accomplish with a data-reader. It seems to be working, I've successfully generated a 479mb file without any trouble. It took less than 4 minutes from the time I retrieved the dataReader to complete the file. But the dataReader I get for a particular procedure is crawling . It's unbelievably slow. I modified my code to try and get a better idea of what is going on.... System.Diagnostics.Debug.Write("Performing .Read() on DataReader: ") Dim d1 As DateTime =