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

Home -> Community -> Mailing Lists -> Oracle-L -> Re:simple question on DDL

Re:simple question on DDL

From: <dgoulet_at_vicr.com>
Date: Wed, 22 Jan 2003 08:49:20 -0800
Message-ID: <F001.0053781B.20030122084920@fatcity.com>

    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 <btippa_at_ORsoftware-india.com>
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: btippa_at_ORsoftware-india.com

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: ListGuru_at_fatcity.com (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: dgoulet_at_vicr.com

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: ListGuru_at_fatcity.com (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). Received on Wed Jan 22 2003 - 10:49:20 CST

Original text of this message

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