Thread: Auto Commit
View Single Post

  #6 (permalink)  
Old 12-29-2006, 12:49 AM
oracleobsessed oracleobsessed is offline
Junior Member
 
Join Date: Dec 2006
Posts: 8
oracleobsessed is on a distinguished road
No select and Insert are DML statements and wont provide an autocommit, 'select' infact dont have to be comitted as u are just viewing data that has already been written to datafiles, insert may be lost if hav an abnormal shutdown occur.
But for DDL statements that i mentioned before u will hav ur changes auto commited as soon as u perform them and these doesnt require a clean shutdown.
Reply With Quote