Re: Why Oracle does not allow rollback of DDL statements?
- From: Serge Rielau <srielau@xxxxxxxxxx>
- Date: Mon, 10 Nov 2008 14:27:43 -0500
sybrandb@xxxxxxxxx wrote:
On Mon, 10 Nov 2008 07:24:58 -0500, Serge Rielau <srielau@xxxxxxxxxx>Define normal.... Its done to us and our customers are expecting us to do more and more while queries are in flight. E.g. replace a view while a warehousing query on it is executing.
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?
Cheers
Serge
--
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab
.
- References:
- Why Oracle does not allow rollback of DDL statements?
- From: zigzagdna
- Re: Why Oracle does not allow rollback of DDL statements?
- From: Noons
- Re: Why Oracle does not allow rollback of DDL statements?
- From: Thomas Kellerer
- Re: Why Oracle does not allow rollback of DDL statements?
- From: Mladen Gogala
- Re: Why Oracle does not allow rollback of DDL statements?
- From: Thomas Kellerer
- Re: Why Oracle does not allow rollback of DDL statements?
- From: Mladen Gogala
- Re: Why Oracle does not allow rollback of DDL statements?
- From: Thomas Kellerer
- Re: Why Oracle does not allow rollback of DDL statements?
- From: Serge Rielau
- Re: Why Oracle does not allow rollback of DDL statements?
- From: Mladen Gogala
- Re: Why Oracle does not allow rollback of DDL statements?
- From: Serge Rielau
- Re: Why Oracle does not allow rollback of DDL statements?
- From: sybrandb
- Why Oracle does not allow rollback of DDL statements?
- Prev by Date: Re: Does Oracle have anything like SAP Business Intelligence Accelerator?
- Next by Date: Re: Why Oracle does not allow rollback of DDL statements?
- Previous by thread: Re: Why Oracle does not allow rollback of DDL statements?
- Next by thread: Re: Why Oracle does not allow rollback of DDL statements?
- Index(es):
Relevant Pages
|