Well look at it this way, besides creating/modifying/dropping the object that you want your also performing a number of updated/inserts/deletes from the data dictionary. Those data dictionary tables are just that, tables. Now imagine what a mess would be created if you performed a DDL statement and then rolled back the data dictionary updates? These MUST be completed as a single autonomous transaction, so Oracle does you a favor and performs an implicit commit. Same thing with any other DBMS I've been associated with.
Dick Goulet ____________________Reply Separator____________________ Author: BanarasiBabu Tippa <[EMAIL PROTECTED]> Date: 1/22/2003 3:33 AM Hi friends Why DDL statements performs auto commit ? What is the exact reason behind that one? Anyone can share his/her opinions!! Thanks & regards BanarasiBabu -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: BanarasiBabu Tippa INET: [EMAIL PROTECTED] Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- 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.net -- Author: INET: [EMAIL PROTECTED] Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- 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).