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

Home -> Community -> Usenet -> c.d.o.server -> Re: The ROLLBACK don't cancel instructions

Re: The ROLLBACK don't cancel instructions

From: Mark D Powell <mark.powell_at_eds.com>
Date: 6 Sep 2001 08:46:32 -0700
Message-ID: <178d2795.0109060746.7544f6d@posting.google.com>


"Michel Cadot" <micadot_at_netcourrier.com> wrote in message news:<9n7g1u$6se$1_at_s1.read.news.oleane.net>...
> "Ben-oui" <aslamette_at_free.fr> a écrit dans le message news:
> xiHl7.3702$125.4572254_at_nnrp5.proxad.net...
> > Thank you,
> > but, there isn't any possibility to cancel this 'auotcommit' ?
> >
>
> No.

Michel is correct, but he should have said that all DDL is preceeded by and followed by an 'implicit' commit. Autocommit is an SQL*Plus feature you can turn off or on to automatically issue commits for DML statements.

When you code a commit (or rollback) you are performing an 'explicit' commit. If you exit SQL*Plus with uncommitted modified data SQL*Plus will commit for you, 'implicit'.

Received on Thu Sep 06 2001 - 10:46:32 CDT

Original text of this message

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