Gilles Darold
Gilles Darold
Sorry, look like I have missed your last post. I had a quick look at your log and what I suspect is that some Oracle extraction forks start to end...
Please Mark report the result of the following Oracle queries: ``` SELECT COUNT(SEIS_POINT_ID) FROM "DMASS38_19"."SEIS_POINT" WHERE ABS(MOD(seis_point_id, 8)) = 0; SELECT COUNT(SEIS_POINT_ID) FROM "DMASS38_19"."SEIS_POINT" WHERE ABS(MOD(seis_point_id, 8)) = 1; SELECT...
Ora2Pg reports 351M rows because it base the number of rows on the global estimation of the table not on the real number of rows exported. I will try to...
So my assumption that the partition was not equal is false. Looking further...
Can you please use latest development code, this issue could have been fixed with commit 481dba7. If not please give me the Oracle data type of the column.
I don't find any problem on user defined exception but I see that code block with DECLARE is not supported. Added it to my todo list.
Normally using default `NLS_LANG AMERICAN_AMERICA.AL32UTF8` and `CLIENT_ENCODING UTF8` should work. Use direct data import to PostgreSQL, no intermediate dump to files. If it doesn't work you can try using the...
I do not understand, you have the progress bar that gives this information, no?
I guess that you have first exported the data to file and importing them using psql. If you use direct import you will benefit from the progress bar :-)