In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
Today, I found that the sysaux tablespace of a database is soaring to nearly 100%, as shown in the figure:
Take a look at what takes up space:
Is the relevant content of awr, need to rebuild awr to free space, specific reconstruction steps, please refer to my other blog post: http://blog.itpub.net/20893244/viewspace-2146541/
~ method of temporary deletion ~
Truncate table WRH$_ACTIVE_SESSION_HISTORY
Truncate table WRH$_EVENT_HISTOGRAM
Truncate table WRH$_SQLSTAT
Truncate table WRH$_LATCH_MISSES_SUMMARY
Truncate table WRH$_LATCH
Truncate table WRH$_SYSSTAT
Truncate table WRH$_SEG_STAT
Truncate table WRH$_PARAMETER
Truncate table WRH$_SYSTEM_EVENT
Truncate table WRH$_SQL_PLAN
Truncate table WRH$_DLM_MISC
Truncate table WRH$_SERVICE_STAT
Truncate table WRH$_TABLESPACE_STAT
Truncate table WRH$_ROWCACHE_SUMMARY
Truncate table WRH$_MVPARAMETER
~ ~
Select distinct 'truncate table' | | segment_name | |';', s.bytes/1024/1024
From dba_segments s
Where s.segment_name like 'WRH$%'
And segment_type in ('TABLE PARTITION',' TABLE')
And s.bytes/1024/1024 > 100
Order by s.bytes/1024/1024/1024 desc
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.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
Today, this problem occurred during the installation of oracle10g. After multi-party verification, we got this solution. Share it! 1. Search for refhost.xml in the installation directory, and then add the following in the appropriate location. Notice the parenthesis pairing
Wechat
About us
Contact us
Product review
car news
thenatureplanet
More Form oMedia:
AutoTimes.
Bestcoffee.
SL News.
Jarebook.
Coffee Hunters.
Sundaily.
Modezone.
NNB.
Coffee.
Game News.
FrontStreet.
GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.