Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to cancell changes made in a current session
On Mon, 28 Jun 1999 12:46:21 -0700, Les <exlibris_at_sprynet.com> wrote:
>Is there a command that cancells all the changes made in a
>current session? If I use rollback, it will roll back
>uncommitted portion of the most recent work, up to last
>commit.
No.
Each transaction( from start to commit ) of a session
is autonomous from every other transaction. Once
changes are committed, there is no way to roll them back.
You will need to run another statement
to put the changes back yourself.
hope this helps.
chris.
--
Christopher Beck
Oracle Corporation
clbeck_at_us.oracle.com
Reston, VA.
![]() |
![]() |