Re: Postgres 7.4 to Oracle 10g Migration with BLOBs

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: Postgres 7.4 to Oracle 10g Migration with BLOBs
Дата
Msg-id BE6B63EB-5E4E-47F9-8DA1-6FBFD34DF0D1@decibel.org
обсуждение исходный текст
Ответ на Re: Postgres 7.4 to Oracle 10g Migration with BLOBs  ("Joshua D. Drake" <jd@commandprompt.com>)
Список 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@nasby.net
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)



В списке pgsql-odbc по дате отправления:

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: Thread safe?
Следующее
От: "Dmitry Samokhin"
Дата:
Сообщение: Re: Serial columns and ADO