Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

12.2 the person who deleted the materialized view is hang.

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

If hang lives in drop mv, you can enable 10046 to track to see where the operation is stuck. And the scene I encountered this time is stuck in delete sys.mvref$_change_stats. If the amount of data in this table reaches more than one million, it is likely to have performance problems and can be cleaned up. (execute statement: delete from sys.mvref$_change_stats where refresh_id=:B2 and mv_obj#=:B1) solution: truncate table mvref$_stats; truncate table mvref$_run_stats; truncate table mvref$change_stats; truncatea table mvref$_stmt_stats; exec dbms_mview_stats.set_system_default ('COLLECTION_LEVEL','NONE')

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report