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

From: Luca Ferrari <fluca1978(at)gmail(dot)com>
To: duc hiep ha <haduchiep(at)googlemail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: ora2pg -c ora2pg.conf -t COPY -a tablename not working properly
Date: 2023-08-28 07:42:37
Message-ID: CAKoxK+4ek79X2Y9SfK+f6NO6pfHLmC7iZJPzFxs+arXmtA0nGw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Aug 25, 2023 at 5:49 PM duc hiep ha <haduchiep(at)googlemail(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Luca Ferrari 2023-08-28 07:53:33 PL/Perl function signatures
Previous Message David G. Johnston 2023-08-28 03:47:01 Re: ident auth does not works as usual