Re: 8i-10g upgrade

From: Jared Still <jkstill_at_gmail.com>
Date: Sun, 30 Nov 2008 08:11:14 -0800
Message-ID: <bf46380811300811o1b4145f3s612404aa7cc2a21b@mail.gmail.com>


On Fri, Nov 28, 2008 at 5:19 AM, Bort, Guillermo <guillermo.bort_at_eds.com>wrote:

> We thought about DBMS_REDEFINITION (or the legacy alter table move),
> however that would imply creating new tablespaces, and since the rdbms
> server a SAP aplication, creating new tablespaces is a bit of a headache,
> and moving objects arround is even worse. So basically we need to have the
> same structure on another server, move the tbs to locally and still have the
> db synchronized.
>
>

DBMS_REDEF requires converting all LONGS to LOBS, which DBMS_REDEF will do, but
that may not be what you want to do. There are some SAP notes on this.

ALTER TABLE MOVE will not work with LONG/LONG RAW columns, and as you are a aware, there
are a few in SAP systems.

Jared

--
http://www.freelists.org/webpage/oracle-l
Received on Sun Nov 30 2008 - 10:11:14 CST

Original text of this message