How to find partioning_type – range or interval?
I have a table which is interval partitioned. It has several range partitions and several interval partitions. Is there any way to find which partitions are range and which are interval. I looked in user_part_tables, it does not give me all partitions of the table. User_tab_partitions shows me all partitions, but does not tell partitioning_type.