hi!
I have an "select * from tables..joins..." query on an oracle database, wich would return about 22 milions rows. I'm using C# and ODP.NET , like so : oracleDataReader odr = command.ExecuteReader(); But during execution of this statement, the process takes about 1,5 Gb RAM, wich is not very good. Any ideea on how to save some memory ? Thanks!