Re: Migration from Oracle to Postgres

Поиск
Список
Период
Сортировка
От legrand legrand
Тема Re: Migration from Oracle to Postgres
Дата
Msg-id 1588673648717-0.post@n3.nabble.com
обсуждение исходный текст
Ответ на Migration from Oracle to Postgres  (Jean Claude <jeancld38@gmail.com>)
Список pgsql-general
Jean Claude wrote
> Hi guys,
> 
> I hope you're doing well.
> 
> Simple question
> What are the best methods to migrate a huge table from Oracle to Postgres
> ?
> 
> Cheers

Hello,

Depending on the datatype, and if the databases are co-located on the same
server,
you may try oracle_fdw (except for lobs, where it is slow)
or a sqlplus extract from Oracle, then load using copy command in
PostgreSQL;

Regards
PAscal



--
Sent from: https://www.postgresql-archive.org/PostgreSQL-general-f1843780.html



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

Предыдущее
От: Laurenz Albe
Дата:
Сообщение: Re: Installing Postgis25_11
Следующее
От: Peter
Дата:
Сообщение: Re: 12.2: Howto check memory-leak in worker?