Re: Online Oracle to Postgresql data migration

From: Dorren <database(dot)replication(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Online Oracle to Postgresql data migration
Date: 2008-01-18 09:14:23
Message-ID: 993ebcd3-fa43-46d4-bdc2-3966c1aeda82@d21g2000prf.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Terabytes of data: this is a lot of Oracle data to migrate. You would
need a high performance tools capable to handle heterogeneous
environment
People suggested links here, so I will add some that could be very
appropriate to your case:

PostgreSQL loader is limited by the way. For instance, if you have a
end of the line character within your data then load into PostgreSQL
will fail.
Check this pdf: http://www.wisdomforce.com/dweb/resources/docs/OracleToNetezzaWithFastReader.pdf

Few tools to consider:

FastReader: http://www.wisdomforce.com/dweb/index.php?id=23 -
extracts data from Oracle into ASCII flat files or pipe and create a
input for PostgreSQL loader. Many people use it for fast initial
synchronization. Fastreader performs bulk data extract when terabytes
of data can be migrated in hours

Database Sync - http://www.wisdomforce.com/dweb/index.php?id=1001 -
also fast data transfer tool that operates as a change data capture.
It captures all the latest transactions and could be used for data
warehouse incremental feeds with OLTP Oracle data. You may need it if
don't want each time to move terabytes of data but only the changed
data

On Jan 11, 10:02 am, joshq(dot)(dot)(dot)(at)gmail(dot)com ("Josh Harrison") wrote:
> Hi
> We have an Oracle production database with some terbytes of data. We wanted
> to migrate that to Postgresql (rigt now...a test database and not
> production) database.
> What are the good options to do that?
> Please advise me on where to look for more information on this topic
> thanks
> josh

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jon Hancock 2008-01-18 09:28:38 postgres.org src build vs. enterprisedb installer
Previous Message Mayuresh Nirhali 2008-01-18 08:55:55 Re: Online Oracle to Postgresql data migration