ORA-09925: Unable to create audit trail file
Problem :
startup database throws below error
SQL> startup nomount;
ORA-09925: Unable to create audit trail file
IBM AIX RISC System/6000 Error: 2: No such file or directory
Additional information: 9925
Solution:
create audit directory according to spfile or pfile
mkdir /home/oracle/audit
No comments yet