ERROR: ORA-09925: Unable to create audit trail file Linux-x86_64 Error: [message #609198] |
Mon, 03 March 2014 21:17 |
|
Jack14
Messages: 497 Registered: December 2011 Location: INDIA
|
Senior Member |
|
|
Hi All,
I would like to share the issue i faced in database server along with resolution .
When i try to login to one of testing database in RAC server, i get following error message.
ERROR:
ORA-09925: Unable to create audit trail file
Linux-x86_64 Error: 28: No space left on device
Additional information: 9925
ORA-01075: you are currently logged on
Enter user-name:
Then i found audit file location is full.
Workaround :-
Deleted some old files on audit location as below.
"cd /oradbaudit/app/oracle/admin/<ORACLE DATABASE UNIQUE NAME>/adump"
"find . -name "*.aud" \( -mtime + -o -atime +1 \) | xargs rm"
With Regards,
Jack
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|