APPLIES TO:

Oracle Database - Enterprise Edition - Version 10.2.0.1 to 11.2.0.3 [Release 10.2 to 11.2]
Information in this document applies to any platform.

SYMPTOMS

This is a busy database.but no data found in view dba_hist_undostat.

SQL>select * from dba_hist_undostat;

no rows selected

 

AWR snapshots complete successfully,but the view wrh$_undostat is also empty.

CHANGES

 Parameter _undo_autotune was set to false recently

CAUSE

This issue is caused by _undo_autotune=FALSE

Auto undo tuning has been disabled.

If the parameter _undo_autotune=FALSE, there will be no data generated in table X$KTUSMST2 which is the source table of view dba_hist_undostats

SOLUTION

Proper Solution:


Please modify parameter _undo_autotune to true,you can use following commad:

alter system set "_undo_autotune"=true scope=both;

相关文章:

  • 2022-12-23
  • 2021-09-14
  • 2021-11-02
  • 2022-03-09
  • 2022-12-23
  • 2021-06-04
  • 2021-06-26
  • 2021-11-18
猜你喜欢
  • 2022-12-23
  • 2022-01-04
  • 2021-09-29
  • 2022-12-23
  • 2021-05-20
  • 2021-06-03
相关资源
相似解决方案