Exchanging Level-2 Partitions for a Level-2 Partitioned Table
You can run ALTER TABLE EXCHANGE SUBPARTITION to exchange level-2 partitions in a level-2 partitioned table.
ALTER TABLE range_list_sales EXCHANGE SUBPARTITION (date_202001_channel1) WITH TABLE exchange_sales WITHOUT VALIDATION UPDATE GLOBAL INDEX;
ALTER TABLE range_list_sales EXCHANGE SUBPARTITION FOR ('2020-01-08', '0') WITH TABLE exchange_sales WITH VALIDATION VERBOSE;

Partitions in a level-2 partitioned table cannot be exchanged.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.