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

Home -> Community -> Usenet -> c.d.o.server -> Re: DDL/DML and rollback

Re: DDL/DML and rollback

From: Sybrand Bakker <sybrandb_at_hccnet.nl>
Date: Sun, 06 Feb 2005 09:29:58 +0100
Message-ID: <68lb019hervepp1e8e5ctp09r50v2gitc2@4ax.com>


On Sun, 06 Feb 2005 08:38:53 +0100, vertigo <ax178_at_wp.pl> wrote:

>Hello
>Does all DML commands generates rollback informations ?

yes

>Does all DDL command do not generate rollback informations ?

no
>
>When i use DROP TABLE command is anything saved in undo segment ?

in the system undo segment
>If yes, what for ?

Think of it: when your database crashes during drop table, and the DDL hasn't been yet automatically committed, shouldn't Oracle be capable to rollback the operation?

>
>Thanx
>Michal
>(Oracle 9.2i)

--
Sybrand Bakker, Senior Oracle DBA
Received on Sun Feb 06 2005 - 02:29:58 CST

Original text of this message

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