DBMS_STATS.IMPORT_TABLE_STATS Stores Partition Position Instead of Partition Name
(Doc ID 2183155.1)
Last updated on MAY 12, 2022
Applies to:
Oracle Database - Enterprise Edition - Version 12.1.0.2 to 12.1.0.2 [Release 12.1]Information in this document applies to any platform.
Symptoms
Symptoms are:
- export partition statistics using dbms_stats.export_table_stats for a partition
- drop table and recreate the table with new partitions; afterwords try to import statistics on that specific partition using dbms_stats.import_table_stats
- if the partition in the new table has a new position, no statistics are imported
- statistics table keeps the position of the partition, not the partition name
This behaviour is not present in 11.2.0.4 release.
Changes
Upgrade to 12c.
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 |