How to manage reference partitions in oracle while migrating to azure postgres using ora2pg

Mani Mahesh S 56 Reputation points
2022-09-02T16:59:23.007+00:00

Hi Team,

In Technical white paper provided by azure team, reference partitioning in oracle is mentioned as available in postgresql. But while trying to migrate using ora2pg, we are getting table script generated as -- Unsupported partition type, please check. Kindly help with any documentation which helps us to migrate Reference partitioning from Oracle to postgresql or any approach which you will suggest for the same.

Thanks and regards,
Manimahesh S237396-oracle-and-postgres-partition-comparisions-in-docu.jpg

Azure Database for PostgreSQL
{count} votes

Accepted answer
  1. GeethaThatipatri-MSFT 29,542 Reputation points Microsoft Employee Moderator
    2022-09-05T11:43:06.973+00:00

    Thanks, @Mani Mahesh S for providing the details.
    There is an error in the whitepaper, Unfortunately, Postgres does not support reference partitioning. You might want to migrate it to hash partitions or add a column and populate data but that would require app change.

    Please let me know if you need any additional information.

    Regards
    Geetha


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.