ORA-09925: Unable to create audit trail file

sqlplus / as sysdba登录报出错误ORA-09925: Unable to create audit trail file

 

原因一:目录权限问题

oracle bin目录(实际是整个oracle目录)的属主被更改

 

解决方法

chown -R oracle.oinstall /opt/orace

 

 

原因二:先确认 $ORACLE_HOME/bin/oracle文件的属性
ll $ORACLE_HOME/bin/oracle

通常是因为属性有问题所导致

chmod 6751 $ORACLE_HOME/bin/oracle

你可能感兴趣的:(oracle)