Gilles Darold
Gilles Darold
Please upgrade to latest development code, I can not reproduce your issue: ``` gilles=# show search_path ; search_path --------------------------------------- first_schema, second_schema, public (1 line) gilles=# create extension pgtt; CREATE EXTENSION...
I have fixed another problem in the search path forcing by pgtt with commit 475cf53 to keep pg_catalog at end of the search_path if it is defined like that. putting...
Yes sometime installing DBD::Oracle is a pain but I don't see any error in your report.
Right, the main reason of this is that CREATE TABLE ... LIKE ... do not support including triggers in PostgreSQL, the temporary table created on the fly use this form....
Yes sorry I meant CREATE TRIGGER after the table creation.
A bit late :-D but in such case if you don't provide a set of Oracle DDL and data to reproduce I can not help. Feel ,free to reopen the...
Have you tried by enabling USE_LOB_LOCATOR? Also you are using ORACLE_COPY perhaps Ora2Pg is not able to find a unique key to split the data download from this table, can...
I think you are not using Ora2Pg parallelism. What is the data type of column ID in Oracle?
Are you running Ora2Pg on a Windows box?
the data type of your ID column