Warning: file_put_contents(/datas/wwwroot/jiajiahui/core/caches/caches_template/2/default/show.php): failed to open stream: Permission denied in /datas/wwwroot/jiajiahui/core/libraries/classes/template_cache.class.php on line 55

Warning: chmod(): Operation not permitted in /datas/wwwroot/jiajiahui/core/libraries/classes/template_cache.class.php on line 56
oracle中出现ORA-01078和LRM-00109错误怎么办 - 源码之家

oracle中出现ORA-01078和LRM-00109错误怎么办

小编给大家分享一下oracle中出现ORA-01078和LRM-00109错误怎么办,相信大部分人都还不怎么了解,因此分享这篇文章给大家参考一下,希望大家阅读完这篇文章后大有收获,下面让我们一起去了解一下吧!

1:错误信息: 
SQL> startup
ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file '/u01/app/oracle/product/11.1.0/db_1/dbs/initorc11g.ora'

2:解决方法:

  • oracle_base =/u01/app/oracle

  • 执行如下命令:

cd /u01/app/oracle/admin/oracl11g/pfile/
cp init.ora.71420095101 /u01/app/oracle/product/11.1.0/db_1/dbs/initorc11g.ora

3:重新启动服务:

[oracle@ORCL11G ~]$ sqlplus /nolog

SQL*Plus: Release 11.1.0.6.0 - Production on Sat Aug 15 22:13:12 2009

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

SQL> conn / as sysdba 
Connected to an idle instance.
SQL> startup
ORACLE instance started.

Total System Global Area 238530560 bytes
Fixed Size 1299116 bytes
Variable Size 79695188 bytes
Database Buffers 155189248 bytes
Redo Buffers 2347008 bytes
Database mounted.
Database opened.
SQL>

以上是“oracle中出现ORA-01078和LRM-00109错误怎么办”这篇文章的所有内容,感谢各位的阅读!相信大家都有了一定的了解,希望分享的内容对大家有所帮助,如果还想学习更多知识,欢迎关注行业资讯频道!