dictionary - find out, how a table is partitioned
toki79Jun 24 2010 — edited Jun 24 2010Hi,
I'd like to query the dictionary to find out, how a table is partitioned. In USER_TAB_PARTITIONS I see the partitions itself, but I don't see, if it is hash or list or other partitioning.
I need this information via select statement, so that i can interpret it from an application.
Regards,
Tobe