Determine partition range start and stop for a partition
Hi,
Using oracle 11.2.0.3
We are using range interval partitioning and partition sget generated automatically. (range-hash) intervbal 1 month
Whilst can check table manually and see start and end range of partition is it possible to query data dictionary to see
the satrt and stop range as wish to have script to automatically rename the system generated partitions based on the range involved e.g if generated partition has max date value
3062013 waoul want PART_201306
Thanks