GremlinHunter
Programmer
I am hoping someone here has an idea on this. We have a number of tables that are index organized tables. Every day as part of a job new partitions are created for several days from now.
Problem is that yesterday did not get any partitions created for it but partitions have been created for today and the next several days. As a result I can not just add in the missing partitions due to a ORA-14074 error.
I think I can just rename the partitions to fill the gaps then run a split clause to put the data in the correct partitions but I am not sure... Anyone delt with this before?
Problem is that yesterday did not get any partitions created for it but partitions have been created for today and the next several days. As a result I can not just add in the missing partitions due to a ORA-14074 error.
I think I can just rename the partitions to fill the gaps then run a split clause to put the data in the correct partitions but I am not sure... Anyone delt with this before?