SOLVED

ORA-09925: Unable to create audit trail file Linux-x86_64 Error: 28: No space left on device

Asked by OracleDba11 viewsoracle
1
2
3
4
5
6
7
ORA-09925: Unable to create audit trail file Linux-x86_64 Error: 28: No space left on device

ERROR

ORA-09925: Unable to create audit trail file

Linux-x86_64 Error: 28: No space left on device
#oracle#error

Solutions(1)

Accepted Solution
1
2
3
[oracle@node1 ~]$  find /u01/app/oracle/admin/orcl/adump -type f -mtime +7 -name ‘*.aud’ -exec rm -f {} \;

Database will be start.
OracleDba

Post Your Solution