I need to process over a million records, to reduce the memory usage I set OracleDataset.Unidirectional=true so it won't cache that many records. I got the following error: "OracleDataset1: Record 713 not accessible in Unidirectional mode". How could I get around of that? Thanks.