Re: [MASSMAIL]Re: Copying Data from Oracle to PostgreSQL

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: [MASSMAIL]Re: Copying Data from Oracle to PostgreSQL
Дата
Msg-id CAKFQuwbt7jr9zuDE0jt6VGEFA=ytkTA8Qv3mTObT65nxEUo+pg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [MASSMAIL]Re: Copying Data from Oracle to PostgreSQL  (Pepe TD Vo <pepevo@yahoo.com>)
Ответы Re: [MASSMAIL]Re: Copying Data from Oracle to PostgreSQL  (Pepe TD Vo <pepevo@yahoo.com>)
Re: [MASSMAIL]Re: Copying Data from Oracle to PostgreSQL  (Laurenz Albe <laurenz.albe@cybertec.at>)
Список pgsql-admin
On Wed, Jan 16, 2019 at 1:35 PM Pepe TD Vo <pepevo@yahoo.com> wrote:
> Need to download oracl-fdw?

oracle-fdw is PostgreSQL Server software that allows the PostgreSQL
server to connect to the Oracle database directly as a client.  It can
move data but doesn't really deal with schema...it likely is something
you can forget and focus on migrating data and schema simultaneously
with a product designed to do just that (which ora2pg seems to be).

> I am asking where should I install ora2pg?

ora2pg is a piece of client software the uses both the standard Oracle
client application and the standard PostgreSQL client application
(psql) to perform its work.  Basically (I've never actually used it)
it downloads the relevant data, using a normal client connection, from
the Oracle server to local files; processes those local files so that
they are now compatible with PostgreSQL; then uses psql to load the
newly transformed files into the PostgreSQL database.  Local can be
any machine than can talk to the Oracle server (and has the Oracle
client) and can talk to the PostgreSQL server (and has the psql
client).  Though even that requirement seems like it can be relaxed if
necessary.  It likely should be neither server.

David J.


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

Предыдущее
От: Pepe TD Vo
Дата:
Сообщение: Re: [MASSMAIL]Re: Copying Data from Oracle to PostgreSQL
Следующее
От: Ervin Weber
Дата:
Сообщение: Re: Delete Enhancement Request