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
1.01k stars 343 forks source link

need document on list of partitions being supported in Ora2pg Ver 23.2/24.0 and other inputs #1654

Closed bharanisvng closed 1 year ago

bharanisvng commented 1 year ago

Team Can you please provide me a) need document on list of partitions being supported in Ora2pg Ver 23.2 b) need document on list of partitions being supported in Ora2pg Ver 24.0 c) Do ora2pg Ver 23.2 Support PostgreSQL Ver 15.0 d) Do ora2pg Ver 24.0 Support PostgreSQL Ver 15.0 e) any known partitioning limitations w.r.to postgreSQL ver 14.0/Ver 15.0

darold commented 1 year ago

Ora2Pg exports all partitioning that is supported by PostgreSQL (range, list and hash) and yes, PostgreSQL version 15 is supported. For the last question there is no limitations.