11.2:Incorrect values in dba_tab_modifications insert-select
(Doc ID 2714897.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.4 and laterInformation in this document applies to any platform.
Symptoms
Querying dba_tab_modifications tables shows high number of records, but the actual data is less.
select inserts, updates, deletes, truncated from dba_tab_modifications where table_name = '&tblname'
and table_owner = '&tblowner' and partition_name = '&tbl_partition';
returns below value
1191388144 254480 0 NO
where-in the actual data exists in the table is
select count(*) from <owner>.<table_name> partition <table_partition>;
2496546
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 |