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

Поиск
Список
Период
Сортировка
От Erik Wienhold
Тема Re: ora2pg -c ora2pg.conf -t COPY -a tablename not working properly
Дата
Msg-id 899791304.435903.1692894865198@office.mailbox.org
обсуждение исходный текст
Ответ на 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 24/08/2023 15:49 CEST duc hiep ha <haduchiep@googlemail.com> wrote:
>
> Further updated to the below Post. Shortly question:
>   * Saving data to file using the following Command is fine:
>     ora2pg -c ora2pg.conf -t COPY -o data.sql schema/data/
>   * Direct copy data from Oracle to Postgres doesn't work
>     (command: ora2pg -c ora2pg.conf -t COPY -a tablename).
>     Everything Else works fine. Connection to Oracle and Postgres using
>     DBD::Pg, DBD::Oracle are set correctly.

Can you access table "tablename" when connecting with Postgres via psql and
the connection settings from ora2pg.conf?  Maybe privileges are missing or
the table is not on the search path.

--
Erik



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

Предыдущее
От: duc hiep ha
Дата:
Сообщение: 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