Problem: Statspack report hangs
Executing @?/rdbms/admin/spreport.sql report hangs in midway & unable to proceed further until cancelled
Even if we try to keep it for Hours after undo_retention limit it will throw "ORA-01555 snapshot too old" & come out
Such issue is observed in pre-10g databases where there is no other substitute to stats-pack & its due to huge db object count
Analysis:
Initial analysis, i kept the report running for over night & it kicked me out with ORA-01555 error after 9 Hours
Further , PERFSTAT.STATS$SQL_SUMMARY table found to be the problem causing table which was doing "db file sequential read" infinitely
Executing @?/rdbms/admin/spreport.sql report hangs in midway & unable to proceed further until cancelled
Even if we try to keep it for Hours after undo_retention limit it will throw "ORA-01555 snapshot too old" & come out
Such issue is observed in pre-10g databases where there is no other substitute to stats-pack & its due to huge db object count
Analysis:
Initial analysis, i kept the report running for over night & it kicked me out with ORA-01555 error after 9 Hours
Further , PERFSTAT.STATS$SQL_SUMMARY table found to be the problem causing table which was doing "db file sequential read" infinitely