今天遇到一个问题,sqlplus 连接oracle 报错

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

[oracle@ocbsdb01 ~]$ ps -ef | grep smon

oracle 11903 1 0 22:18 ? 00:00:00 ora_smon_manual

oracle 12485 1690 0 22:28 pts/1 00:00:00 grep smon

[oracle@ocbsdb01 ~]$ kill -9 11903

[oracle@ocbsdb01 ~]$ sqlplus / as sysdba

SQL*Plus: Release 11.2.0.4.0 Production on 星期六 3月 11 22:28:41 2017

Copyright (c) 1982, 2013, Oracle. All rights reserved.

已连接到空闲例程。

SQL>

其实就是oracle 提示你已经登录了。杀掉重新登录就好了

注意:这种ORA-09925 报错的原因有很多,具体得看实际情况来定
 

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐