Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> nested savepoint

nested savepoint

From: Steve A <spectre_at_hkstar.com>
Date: Wed, 12 Jan 2000 08:21:42 +0800
Message-ID: <1e4ac1b.12zf9w97gjxbuN@[192.168.2.71]>


Hi,

I'm having some problems understanding commit in the following case

savepoint A

"insert into database"

savepoint B
"insert into database"

commit ( will commit all changes made up to this point)

now if I try to :
rollback A

will it actually work or once a commit has been executed,there is not an option to rollback to A

steve Received on Tue Jan 11 2000 - 18:21:42 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US