GATHER_FIXED_OBJECTS_STATS Runs Extremely Long
(Doc ID 2581098.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 12.2.0.1 and laterInformation in this document applies to any platform.
Symptoms
- GATHER_FIXED_OBJECTS_STATS runs extremely long
- Almost all of the time was spent on that sql_id 8uyczqp93ws6x:
select rowid, inst#, bucket#, inst_lob#, max_seq#, flush_scn, flush_time,
min_scn, min_time, max_scn, max_time, sid#, serial#, status,
length(log_piece)
from
"CLI_SWP$2f516430$1$1" where flush_scn >= :1 and inst# = :2 order by
flush_scn, inst_lob# asc - SELECT COUNT(*) FROM unified_audit_trail; also runs very long.
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 |
Cause |
Solution |