ora2pg icon indicating copy to clipboard operation
ora2pg copied to clipboard

Table partition schema generation issue.

Open deepakp555 opened this issue 3 years ago • 2 comments

Hi Darold,

While i run the below command it generate nothing, Although there are table partitions created in my database. Please refer the ora2pg cost estimate attached report.

ora2pg -c config/ora2pg.conf -t PARTITION -o partition.sql -b schema/partitions/

Ora2pg report

Please suggest.

deepakp555 avatar Mar 16 '22 16:03 deepakp555

Please find the attached config file. ora2pg.txt

deepakp555 avatar Mar 16 '22 17:03 deepakp555

You are using an obsolete version of Ora2Pg, please use latest development code and don't forget to set PG_VERSION to the target PostgreSQL database release in ora2pg.conf. This will helps Ora2Pg to know whatr should be activated, the PG_SUPPORTS_* configuration directives are obsoletes.

darold avatar Mar 25 '22 09:03 darold