I have a question concerning savepoints and cursors.
My program is using one Oracle session for retrieval and modifcations on the database.
Every time at modification (update) I set a savepoint and so a cursor is created for that session.
Then a couple of queries are executed and when...