Commit will take place after any DDL statement.  Besides that, Oracle
Complete Reference by George Koch and Kevin Loney states that commit will
occur after you execute the following commands: exit, quit, and even
connect.
If you are worried about unmanaged commits after the sudden instance crash
then don't worry it won't happen. Oracle will roll everything back after the
instance comes back up.  As to commits occurring due to the 'exit' command
it seems it is not possible to stop.  But you have control in that
situation.  Just before typing 'exit' type 'rollback' and no changes will
take place.
Hope this helps, and please correct me if I am wrong.

-----Original Message-----
Sent: Tuesday, June 05, 2001 11:47 AM
To: Multiple recipients of list ORACLE-L



Wait a minute here.

Why would oracle do a commit on your transaction
just because it needs to do a checkpoint, logfile switch, or shutdown?

What if errors occur during validation?

Do you think Oracle will commit the data anyways?


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Mike J Kurth
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to