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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Need to track the DML transactions

Re: Need to track the DML transactions

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Fri, 29 Jul 2005 09:12:18 +0200
Message-ID: <7hlje116kg2ai23dpcbc0bgsclkfqajq5b@4ax.com>


On 28 Jul 2005 22:02:47 -0700, soochis_at_gmail.com wrote:

>Hi, we are doing a database migration from Oracle v8.1 running on
>SOLARIS to DB2 v7.0 running on AIX.
> Because the data is in the order of tera bytes, the whole migration
>effort is likely to take about 10 days. The customer cannot shut down
>the production server for 10 days.
> So, we are planning to take a snapshot of the entire database and do
>data migration on the snapshot data. During this activity, a lot of
>transactions would have occured on the production database. We would
>need to migrate these transactions also from Oracle to DB2.
> How do we track these transactions which occured during the migration
>activity.
> One obvious choice appears to be creating Triggers, but the customer
>fears that it might slow down the performance.
> We thought of using Log Miner, but the problem with that is that Log
>Miner in Oracle 8.x does not support CLOB data and about 40% of our
>data is in the CLOB form.
> Is there any other way we can accomplish this? Is using SQL Trace a
>viable option at all?
> Any suggestions and help would be greatly appreciated.
>Thanks much.

Sounds like you need incremental export. Also sounds like to only alternative to triggers, apart from telling the customer triggers don't have an impact on performance.

As this is crossproduct most Oracle tools for this task are of no use for you. Logminer is not going to work (do you want to dump transactions in ASCII form?), transportable tablespaces is not going to work. Heck why did they decide to move to DB2 without finding out the consequences?

--
Sybrand Bakker, Senior Oracle DBA
Received on Fri Jul 29 2005 - 02:12:18 CDT

Original text of this message

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