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

Поиск
Список
Период
Сортировка
От Luca Ferrari
Тема Re: ora2pg -c ora2pg.conf -t COPY -a tablename not working properly
Дата
Msg-id CAKoxK+4ek79X2Y9SfK+f6NO6pfHLmC7iZJPzFxs+arXmtA0nGw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: ora2pg -c ora2pg.conf -t COPY -a tablename not working properly  (duc hiep ha <haduchiep@googlemail.com>)
Ответы Re: ora2pg -c ora2pg.conf -t COPY -a tablename not working properly
Список pgsql-general
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
optionin 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 по дате отправления:

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: ident auth does not works as usual
Следующее
От: Luca Ferrari
Дата:
Сообщение: PL/Perl function signatures