How to Add a New Partition to Range List Composite Partitioned Table Having Default MaxValue Partition
(Doc ID 1389803.1)
Last updated on NOVEMBER 07, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 10.2.0.2 and laterInformation in this document applies to any platform.
Goal
The table has 2011 partitions, and you want to create the 2012 partitions.
The table has a default maxvalue partition, so you cannot just use ALTER TABLE ... ADD PARTITION statement to add a new partition to it because it results in ORA-14074.
NOTE: In the images and/or the document content below, the user information and data used represents fictitious data from the Oracle sample schema(s) or Public Documentation delivered with an Oracle database product. Any similarity to actual persons, living or dead, is purely coincidental and not intended in any manner.
e.g. the DDL of the table currently may look like this:
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
Add new partition |
Example output |
References |