Thread: Auto Commit
View Single Post

  #7 (permalink)  
Old 01-14-2007, 02:34 PM
nagivijay nagivijay is offline
Junior Member
 
Join Date: Dec 2006
Posts: 5
nagivijay is on a distinguished road
Thumbs up Auto commit

DML statements doen't autocommit the transaction until you do so, remeber when your performing commit or rollback statements thats only for your log session. when your perform DDL statements and DCL statements they usually autocommit the session, remember if you had performed a DDL,DCL statement, after an DML it will auto commits the entire session (so be careful with DDL, DCL).
Reply With Quote