Re: Postgres to oracle data migration

From: Bricklen <bricklen-rem(at)yahoo(dot)comz>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres to oracle data migration
Date: 2004-05-04 14:03:34
Message-ID: WoNlc.13365$LA4.5990@edtnps84
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

phantom wrote:
> Hi all.
>
>
> We have a production data source running postgres for reporting/DSS
> we are thinking on building a warehouse, wherein data would be
> transferred from postgres to the warehouse.
> The datawarehouse would be implemented in oracle as the plans stand.
> I am thereby looking for a solution to relay data between the two,
> although the techdocs do mention a way to generate interbase sql and
> carry out the migration, not sure if that is the best way for my
> project. I would greatly appreciate if you could provide
> pointers/suggestions in this direction.
>
>
> Thanks
> Sid
One option if you are using Oracle 9i (or greater) is to use the new
external tables option, which will read flat files as a table that
doesn't reside in the db. Or you could use Oracle's SQL*Loader to do the
same thing. If you know perl, C, or java etc, you could also do it that
way (Pro*C, dbi/dbd::oracle)....
I couldn't tell you what the best way is, but some more details may
garner some better answers: os, pg version, oracle version, preferred
language, how frequently the data needs to be transferred....

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jean-Luc Lachance 2004-05-04 14:25:37 Re: help building datetime from varchars
Previous Message phantom 2004-05-04 13:58:36 Postgres to oracle data migration