今天在连接sqlplus的时候弹出如下错误:
[oracle@gc2 ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.4.0 Production on Fri Aug 7 12:44:41 2015
Copyright (c) 1982, 2013, Oracle. All rights reserved.
ERROR:
ORA-09925: Unable to create audit trail file
Linux-x86_64 Error: 2: No such file or directory
Additional information: 9925
ORA-01075: you are currently logged on
找了众多原因也不没有好
一开始以为是审计的问题,后来参阅文章将/u01的文件又重新授权
chown -R oracle:oinstall /u01
再次重新连接OK
本文详细记录了解决在使用SQL*Plus连接数据库时遇到ORA-09925错误的过程,包括权限授权、审计问题排查及最终成功连接的方法。
3346

被折叠的 条评论
为什么被折叠?



