I'm going to use server-side cursors from ADO.NET, like in this
article.
Creating and Managing Server-Side Cursors with ADO.NET:
http://www.betav.com/Files/Content/Whitepapers/SS%20Cursors%20with%20ADO.NET.pdf
Do Oracle has such kind of cursor ("scroll cursors")?
PS. I'm newbie to databases and Oracle is my first experience.
But in this article I've read about cursors that I ever meet in
Oracle.
Thanks in advance.