Is there any possibilities to commit upto a savepoint?
For example:
1.Update emp .....
savepoint a
2.update emp ....
savepont b
3.update emp...
savepoint c
Now i want to commit upto savepoint b. Is it possible ? if yes how?
Question asked by visitor kanahavel





Reply With Quote