ECM: The inventory location file for the special Windows NT case does not exist or is unreadable

启动EM时出现一个奇怪的现象


emctl start dbconsole 提示em 启动成功,


但是emctl stauts dbconsole 提示 em is not run


你接着在进行重建em时 还出错

emca -config dbcontrol db

对应日志中部分错误:

 ECM: The inventory location file for the special Windows NT case does not exist or is unreadable


解决:这个问题很可能是数据库问题,进入数据库 sqlplus / as sysdba  进行一些操作,类似:alter user scott identified by tiger account unlock; 会报错的话就是数据库问题。(错误为:ORA-00604: error occurred at recursive SQL level 1 ORA-12705: invalid or unknown NLS parameter value)

重新删除了数据库在创建一个数据库即可。


参照文档:http://blog.csdn.net/wanghui5767260/article/details/19826869

你可能感兴趣的:(oracle,oracle,windows,em,oem,nt,启动了但是为运行)