S swakoo Member² Dec 14, 2004 #1 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
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
O orca777 Member³ Dec 14, 2004 #1 Hi please look at the base concepts of transaction handling : http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96524/c17trans.htm#7751 Regards Carl r. PS .: You have to register (for free at OTN) to view the page
Hi please look at the base concepts of transaction handling : http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96524/c17trans.htm#7751 Regards Carl r. PS .: You have to register (for free at OTN) to view the page
ScottMattes Member³ Dec 14, 2004 #1 Later releases of Oracle, 9.2 on I *think*, have something for showing previous values on rows. Check on asktom.oracle.com.
Later releases of Oracle, 9.2 on I *think*, have something for showing previous values on rows. Check on asktom.oracle.com.
rbrooker Member³ Dec 14, 2004 #1 you can rollback committed transactions ( even dropping tables ) using flashback on oracle 9i and greater.
you can rollback committed transactions ( even dropping tables ) using flashback on oracle 9i and greater.
ScottMattes Member³ Dec 15, 2004 #1 go to asktom.oracle.com and search on flashback - he gives excellent examples