ORA-09925: Unable to create audit trail file

简介: ORA-09925: Unable to create audit trail file

报错信息:
ORA-09925: Unable to create audit trail file

处理放方法:
find ./adump/ -name "*aud" -mtime +7 -delete

相关文章
|
Oracle 关系型数据库
Creating ASMSNMP User reports ORA-15306
In this Document  Symptoms   Cause   Solution Applies to: Oracle Server - Enterprise Edition - Version: 11.
1389 0
|
SQL 关系型数据库 Oracle
ORA-01466: unable to read data - table definition has changed
1. Oracle建议我们等待大约5分钟之后再进行flashback query新创建的表,否则可能会碰到这个错误ORA-01466: unable to read data - table definition has changed.
1834 0
|
Oracle 关系型数据库 Linux
20180226alter system archive log current
[20180226]alter system archive log current.txt --//当日志写满以后,切换日志归档大部分由归档进程ARCH负责将在线重做日志归档.
998 0
|
关系型数据库 数据库 Oracle
|
数据库 数据库管理 关系型数据库
ORA-01157: cannot identify/lock data file %s - see DBWR trace file的处理
<span style="color:rgb(102,102,102); font-family:宋体,Arial; line-height:26px">一个测试环境,由于主机工程师更换存储,在没有停数据库的情况下关闭操作系统,导致启动数据库时报ORA-</span><span style="color:rgb(102,102,102); font-family:宋体,Arial; lin
2830 0
|
文字识别
ALERT.LOG for ASM Shows "WARNING: failed to online diskgroup resource ora.GI.dg (unable to communica
APPLIES TO: OracleDatabase - Enterprise Edition - Version 11.2.0.1 to 12.
1386 0
|
关系型数据库 数据库 Oracle
ORA-38760: This database instance failed to turn on flashback database
ORA-38760: This database instance failed to turn on flashback database 问题背景:        测试数据库执行shutdown immediate,日志里面报错,错误信息...
1043 0