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

Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
solution_ORA-09925
  • User AvatarANKUSH THAVALI
  • 16 Feb, 2024
  • 0 Comments
  • 12 Secs Read

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
ORA-09925-1

Solution
type below command:

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

solution_ORA-09925

Database will be start.