ash占用sysaux过大,或其他占用过大,怎么处理-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 3502883
  • 博文数量: 718
  • 博客积分: 1860
  • 博客等级: 上尉
  • 技术积分: 7790
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-07 08:51
个人简介

偶尔有空上来看看

文章分类

全部博文(718)

文章存档

2024年(4)

2023年(74)

2022年(134)

2021年(238)

2020年(115)

2019年(11)

2018年(9)

2017年(9)

2016年(17)

2015年(7)

2014年(4)

2013年(1)

2012年(11)

2011年(27)

2010年(35)

2009年(11)

2008年(11)

最近访客
相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: oracle

2021-10-01 14:22:09


有时 sysaux 表空间的使用较高,达到30g,就需要看看到底哪些对象占用空间较大
通常sysaux大小不超过2g才正常

sysaux中默认用来保存oracle一些辅助功能的数据,例如awr数据、日志挖掘、全文索引等
查看大小可以通过视图 v$sysaux_occupants。

如果返回的数据是awr的,那么可能是如下原因:

alter session set "_swrf_test_action" = 72;



参考:

  1. wrh$_active_session_history 不会根据保留策略被清除(文档 id 387914.1)https://grepora.com/2017/11/08/orphan-awr-data-consuming-sysaux-space/
  2. https://jhdba.wordpress.com/2014/07/09/tidying-up-sysaux-removing-old-snapshots-which-you-didnt-know-existed/
  3. troubleshooting issues with sysaux space usage (doc id 1399365.1)

阅读(709) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图