darold / ora2pg

Ora2Pg is a free tool used to migrate an Oracle database to a PostgreSQL compatible schema. It connects your Oracle database, scan it automatically and extracts its structure or data, it then generates SQL scripts that you can load into PostgreSQL.
http://www.ora2pg.com/
GNU General Public License v3.0
978 stars 341 forks source link

geometry wrongly exported when there is a "hole" in the geometry #1774

Open carlos-guilherme-araujo-alb opened 2 months ago

carlos-guilherme-araujo-alb commented 2 months ago

Version tested: 24.3

Example of oracle geometry: imagem

Example of the postgreSQL geometry exported using ora2pg 24.3: imagem