Re: ora2pg -c ora2pg.conf -t COPY -a tablename not working properly

Поиск
Список
Период
Сортировка
От duc hiep ha
Тема Re: ora2pg -c ora2pg.conf -t COPY -a tablename not working properly
Дата
Msg-id CAM2ukh+=SUxK8QRJs4uGuxiD8OgNQH1=Kv+RMetJj3czD1h-PA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: ora2pg -c ora2pg.conf -t COPY -a tablename not working properly  (Luca Ferrari <fluca1978@gmail.com>)
Список pgsql-general
Yes, you are right.
Thank you
Brs
Hans
Vào Th 2, 28 thg 8, 2023 lúc 14:43 Luca Ferrari <fluca1978@gmail.com> đã viết:
On Fri, Aug 25, 2023 at 5:49 PM duc hiep ha <haduchiep@googlemail.com> wrote:
>
> Hi,
>
> I've just found the root cause! In this command:
> ora2pg -c ora2pg.conf -t COPY -a tablename
> I have created and changed the name of table in postgres. It will not work like that if i don't put replace_table option in config file.

Out of curiosity: you renamed a table in PostgreSQL after the schema
was migrated, therefore you need something like
REPLACE_TABLES old_name:new_name
in ora2pg, right?
That explains also why offline mode seemed to work: ora2pg was dumping
with the original name without asking itself if the table was there in
PostgreSQL.

Luca

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

Предыдущее
От: Durumdara
Дата:
Сообщение: Re: Role for just read the data + avoid CREATE / ALTER / DROP
Следующее
От: Laurenz Albe
Дата:
Сообщение: Re: Support for Deferred Constraints in PG15 Logical Replication