roll back after commit

swakoo

Member²
is it possible to rollback after a commit?
can a savepoint work if i save before the commit.
or any idea is it possible to commit after 10k of records?
i am just afraid that the db might hang due to commit of too many records..
thanks in advance
 
Later releases of Oracle, 9.2 on I *think*, have something for showing previous values on rows. Check on asktom.oracle.com.
 
you can rollback committed transactions ( even dropping tables ) using flashback on oracle 9i and greater.
 
Back
Top