How to Drop and Truncate Partitions from Multiple Tables within the Same Entity
How to Drop and Truncate Partitions from Multiple Tables within the Same Entity
If a single entity requires that partitions from one table or from a set of tables are dropped and partitions from another table or set of tables are truncated, then create two interim tables. One interim table manages the dropping of partitions. The second interim table manages the truncating of partitions.