ORA-09925: Unable to create audit trail file引发的错误
程序员文章站
2022-06-14 22:35:37
...
ORA-09925: Unable to create audit trail file引发的错误
今天练习Oracle手工建库的时候,参数文件中audit_file_dest 我路径设置错了,在startupnomount的时候报错,
修改完以后,sqlplus就不能再登陆,一直报
ERROR:
ORA-09925: Unable to create audit trail file
Linux Error: 2: No such file or directory
Additional information: 9925
ORA-01075: you are currently logged on
一直找不到原因,后来在网上偶然找到个帖子说了这样一个情况,,试了下,果然有效
[oracle@Allen adump]$ ps -ef |grep smon
oracle 2479 1 0 02:52 ? 00:00:00 ora_smon_allen
oracle 27854 1 0 08:43 ? 00:00:00 ora_smon_prod
oracle 27946 27885 0 08:48 pts/6 00:00:00 grep smon
[oracle@Allen adump]$ kill -9 27854
再用sqlplus登陆,就可以了。
Linux-6-64下安装Oracle 12C笔记
在CentOS 6.4下安装Oracle 11gR2(x64)
Oracle 11gR2 在VMWare虚拟机中安装步骤
Debian 下 安装 Oracle 11g XE R2
推荐阅读
-
Oracle案例01——ORA-09925: Unable to create audit trail file
-
ORA-09925: Unable to create audit trail file引发的错误
-
ORA-09925: Unable to create audit trail file Linux-x86_64 问题
-
ORA-09925: Unable to create audit trail file Linux-x86_64 问题
-
ORA-09925: Unable to create audit trail file汇总
-
Oracle案例01——ORA-09925: Unable to create audit trail file
-
ORA-09925: Unable to create audit trail file汇总