Gilles Darold
Gilles Darold
Commit ea1103c fixes this issue.
Sorry I have missed the data import error. Commit b791246 fixes this problem.
How are you updating the code? You can use `git clone` or `git pull` if it is already done or use the download approach: ``` wget https://github.com/darold/ora2pg/archive/refs/heads/master.zip unzip master.zip cd...
All references to the geometrics metadata are hardcoded to look in ALL_SDO_GEOM_METADATA in latest development code so a call to DBA_SDO_GEOM_METADATA mean that you are using an older code.
Right, converting this depend of the use but such all-in-one data type do not exists in PostgreSQL. Some are converting it to json but my opinion is that an extension...
Hi @oscarlocatelli, that's a good start. I think that when there's no PK we should search for a unique index and use it. If no PK or unique index are...
Why do you want to change the timestamp format? PostgreSQL default format is `YYYY-MM-DD HH24.MI.SS.FF` so timestamp data must be exported in this format. If you want to see timestamp...
Please post some lines from your RDS log to see if parsing is correct.
Are you using direct data import or output to file?
For tracing performances the Benchmark Perl module can be used (it is already used in some places) with the number of line and/or objects processed. All log information are passed...