Table partition stragtegy based on column value N or Y
We have a table and we are planning for partitioning based on 2 columns one is last updated date and sub-partition on other column is a flag for active and inactive .
We tested this scenario , and we are getting ORA-014402 which is triggered for updating the column flag value .
Any thoughts , the idea is to avoid large purging routines as deletes on this table.
With Regards
Mukhtar Ahmad