Migrating data from partitioned to non-partitioned table
Hi Team,
As a part of migration plan we need to migrate few partitioned tables from PROD to TST.
I need some help regarding that:
i. How to checked which are the partitioned tables in ecmcatalog schema. Any specific sql query for that.
ii. All the tables extracted in Point 1 needs to be migrated to non-partitioned tables, how to do this. Please suggest me some idea.
iii. Our actual plan is to migrate the tables obtained from point i to partitioned tables in TST environment. Since importing partitioned tables (from PROD) to partitioned tables in TST will cause a huge fragmentation as we have faced in the last migration window, that's why we're going with plan ii ie: after migrating to non-partitioned tables, again I need to partition these tables to make them partitioned tables.