Oracle Partitions
APP is having 4 partitioning models: day, month, week and mant cycle. We need to add a new partitioning model which is the concatenation of the day and the mant cycle (YYYYMMDDMC). (mant cycle : MC)
we will partition a new aggregation table MANT_AGG_EVENTS per bil_period = (decimal(“~”)) string_concat(bil_calendar_dt, bil_cycle_nr ).
The type of bil_period will be number and the format will be YYYYMMDDMC. (2009013103).
can you please let me know how to resolve this issue? please give me the solution for this ?
please let me know if you need more information
Thank you,