Slow queries on v$backup_archivelog_summary and v$backup_spfile_summary
(Doc ID 1474718.1)
Last updated on JANUARY 17, 2020
Applies to:
Oracle Database - Enterprise Edition - Version 11.1.0.7 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
In the oem "view backup report" seems to hang when selecting one of the backups of db hosted on exadata system. in meantime oem waits for query
completion involving one of v$backup*summary views. This problem can be replicated in sqlplus:
sql> set timing on;
sql> select count(1) from v$backup_spfile_summary;
count(1):1, Elapsed 00:05:05.41
similar case for v$backup_archivelog_summary
sql> select count(1) from v$backup_archivelog_summary;
count(1):1, Elapsed 00:17:32.62
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 |