ORA-14300: partition keywords map to partitions that exceed the maximum number of partitions allowed

Source: Internet
Author: User
ORA-14300: partition keywords map to partitions that exceed the maximum number of partitions allowed

ORA-14300: partition keywords map to partitions that exceed the maximum number of partitions allowed

ORA-14300: partition keywords map to partitions that exceed the maximum number of partitions allowed

Environment: Oracle Database 11g Enterprise Edition Release 11.2.0.2.0-64bit Production

The object table is an automatic partition table by day:

Partition by range ("START_TIME") INTERVAL (NUMTODSINTERVAL (1, 'day '))

Cause: when the value of START_TIME is NULL, data is inserted into the partition object table. The database does not know which partition to insert the record, leading to an error.

Solution: assign a value to START_TIME. The value cannot be blank. The database automatically saves the data to the corresponding existing partition or creates a new partition to save it.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.