My Oracle Support Banner

ORA-13209 Occurred When Adding A Partition To The Composite Partition Table. (Doc ID 2499956.1)

Last updated on APRIL 17, 2023

Applies to:

Oracle Spatial and Graph - Version 12.2.0.1 and later
Information in this document applies to any platform.

Symptoms

On a 12.2 database, when adding a Partition to the Composite Partition table with Spatial data, ORA-13209 occurs.

For Example:
SQL> alter table test_pg add partition test_2018 values ('20181208105423')
  2 (subpartition test_20181208105423_5 values (5));
alter table test_pg add partition test_20181208105423 values ('20181208105423')
*
ERROR at line 1:
ORA-29874: warning in the execution of ODCIINDEXALTER routine
ORA-29960: line 1, Check Oracle Error
ORA-13209: Internal error while reading SDO_INDEX_METADATA table.
-----------

# Even in tables with Spatial data, no error occurs in a multi-column List Partition (instead of a Composite Partition).

After the error occurred, the new partition appears to have been added.

Changes

 

Cause

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
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.