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

Unrecognized character in Ora2Pg/PLSQL.pm line 1237 #1689

Closed EParisot closed 10 months ago

EParisot commented 10 months ago

https://github.com/darold/ora2pg/blob/626fd9fd43b03a620bdef2032a10673ca61a7a4b/lib/Ora2Pg/PLSQL.pm#L1237C9-L1237C10

Unrecognized character \xC2; marked by <-- HERE after $str =~<-- HERE near column 9 at /usr/local/share/perl/5.34.0/Ora2Pg/PLSQL.pm line 1237.

darold commented 10 months ago

Fixed with commit b5fb78d.