当前位置: 首页 > news >正文

ORA-1688: unable to extend table AUDSYS.AUD$UNIFIED

昨晚正在外滩玩,有个客户发过来一段报错,已经影响到业务了。一看就是12C以后版本才有的问题,,赶紧在手机中收到临时解决办法

报错如下

ORA-1688: unable to extend table AUDSYS.AUD$UNIFIED partition SYS_P42549 by 1024 in tablespace SYSAUX
Unified Audit record write to audit trail table failed due to ORA-1688. Writing the record to OS spillover file.
2023-04-17T21:32:21.671716+08:00
ORA-1688: unable to extend table AUDSYS.AUD$UNIFIED partition SYS_P42549 by 1024 in tablespace SYSAUX
Unified Audit record write to audit trail table failed due to ORA-1688. Writing the record to OS spillover file.
2023-04-17T21:32:21.754257+08:00
ORA-1688: unable to extend table AUDSYS.AUD$UNIFIED partition SYS_P42549 by 1024 in tablespace SYSAUX
Unified Audit record write to audit trail table failed due to ORA-1688. Writing the record to OS spillover file.
2023-04-17T21:32:21.853321+08:00
ORA-1688: unable to extend table AUDSYS.AUD$UNIFIED partition SYS_P42549 by 1024 in tablespace SYSAUX
Unified Audit record write to audit trail table failed due to ORA-1688. Writing the record to OS spillover file.
 

临时处理:

SQL >  select count(*) from unified_audit_trail;

SQL >  exec dbms_audit_mgmt.clean_audit_trail(audit_trail_type=>dbms_audit_mgmt.audit_trail_unified,use_last_arch_timestamp  =>  FALSE);

SQL >  select count(*) from unified_audit_trail;

彻底解决:How To Purge The UNIFIED AUDIT TRAIL (Doc ID 1582627.1)

http://www.lryc.cn/news/61059.html

相关文章:

  • 抖音滑块以及轨迹分析
  • C#生成单色bmp图片,转为单色bmp图片 任意语言完全用字节拼一张单色图,LCD取模 其它格式图片转为单色图
  • 【瑞吉外卖】002 -- 后台登录功能开发
  • 【电动汽车充电站有序充电调度的分散式优化】基于蒙特卡诺和拉格朗日的电动汽车优化调度(分时电价调度)(Matlab代码实现)
  • java IO流_1
  • 【回忆 总结】我的大学四年
  • 深度解析OEKO
  • Golang gorm
  • rk3568 适配摄像头 (CIF协议)
  • 今天面试招了个25K的测试员,从腾讯出来的果然都有两把刷子···
  • Redis---集群环境准备
  • 数据结构考研版——队列的配置问题
  • 【SOAP-WebService系列】SOAP学习笔记
  • 材料科学|名词解释终版!!!
  • 永久免费内网穿透不限制速度
  • JAVA开发运维(云基础设备监控)
  • 现在备考2023年5月软考网络工程师时间够吗?
  • webp怎么转换成png,4个方法教你快速处理
  • 程序员能干多久?程序员能干到多大年龄?
  • 采购系统是如何管理供应商的?
  • Linux学习笔记(2)--一些内核接口
  • 学习风`宇博客用户权限菜单模块
  • centos7.6部署ELK集群(一)之elasticsearch7.7.0集群部署
  • leetcode142. 环形链表 II
  • Linux: network: dummy 类型网络接口
  • java记录-lambda表达式、接口应用、方法引用
  • AI写作机器人-ai文章生成器在线
  • HarmonyOS原子化服务卡片整改、下架、升级失败部分原因及处理办法
  • 博客系统测试报告【可上线】
  • shell中的for循环和if判断