Re: Why Oracle does not allow rollback of DDL statements?

From: <sybrandb_at_hccnet.nl>
Date: Mon, 10 Nov 2008 19:16:11 +0100
Message-ID: <9iugh45q7qct501elnakk49va3b54e5f7f@4ax.com>


On Mon, 10 Nov 2008 07:24:58 -0500, Serge Rielau <srielau_at_ca.ibm.com> wrote:

>OK, let's walk through a simple example.
>Assume a table with a column c1 and a view on that table.
>CREATE TABLE T(c1 NUMBER);
>CREATE OR REPLACE VIEW V AS SELECT c1 AS X FROM T;

You think it is normal to change the DDL of a running production system?

-- 
Sybrand Bakker
Senior Oracle DBA
Received on Mon Nov 10 2008 - 12:16:11 CST

Original text of this message