Re: Postgres 7.4 to Oracle 10g Migration with BLOBs

From: Jim Nasby <decibel(at)decibel(dot)org>
To: Joshua D(dot) Drake <jd(at)commandprompt(dot)com>
Cc: kashkon(at)att(dot)net, pgsql-odbc(at)postgresql(dot)org
Subject: Re: Postgres 7.4 to Oracle 10g Migration with BLOBs
Date: 2006-11-17 01:52:49
Message-ID: BE6B63EB-5E4E-47F9-8DA1-6FBFD34DF0D1@decibel.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On Oct 27, 2006, at 8:16 PM, Joshua D. Drake wrote:

>> I need to migrate a 60 GB Postgres 7.4 running on Linux to Oracle
>> 10g running on Linux RedHat Enterprise Linux ES 4 update 4
>> x86_64 . I need help with a workable solution.
>> I tried pg_dump but it does not allow dumping blobs for migration
>> to Oracle.
>> I tried a couple of tools but they do not work.
>> Oracle does not have a tool to do it for Postgres.
>>
>> I can only think of using ODBC driver but need help where the ODBC
>> should be installed.
>>
>> Should it be installed on the Oracle server and should it be a
>> Postgres ODBC? Where can I down load it from? I checked the
>> postgres.org website but it was not clear whehter I needed to
>> download the dll, mm, or msi!
>
> Sad to see you go... but dbi-link is likely your friend here.

You'll probably also want to convert the binary data to hex and then
back again, though maybe dbi-link can actually handle binary data
natively.
--
Jim Nasby jim(at)nasby(dot)net
EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Dmitry Samokhin 2006-11-17 08:22:56 Re: Serial columns and ADO
Previous Message Hiroshi Inoue 2006-11-16 23:35:53 Re: Thread safe?