Partitions Modified in Data Dictionary
Is there a data dictionary table/viewthat indicates when a partition was last modified? That is, when any one of the following conditions are met:
1. Data is added to a partition
2. Data is deleted from a partition
3. Data is updated/modified in a partition
Basically something along the lines of partition change tracking but without use of materialized views.
1. Data is added to a partition
2. Data is deleted from a partition
3. Data is updated/modified in a partition
Basically something along the lines of partition change tracking but without use of materialized views.
0