Automatic Subpartition in Oracle
I have a table which is partitioned on ts_date ( Interval partition) now requirement is to create sub partition on run_id column which is being populated from sequence.
I have a table which is partitioned on ts_date ( Interval partition) now requirement is to create sub partition on run_id column which is being populated from sequence.