环境交代:
操作系统:RedHat 5.3 64bit
Oracle版本:10.2.0.1 SID:search6今天在安装完数据库之后,通过dbca创建数据库之后,通过sqlplus启动和关闭数据库的时间一直报如下错如:
SQL> startup
ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file "/app/soft/ora10g/product/10.2.0/db_1/dbs/initsearch.ora"
···
SQL> shutdown immediate
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory刚开始还没有反应过来,查看alert.log也没有发现问题,并且显示数据库也是正常登录的,查询了很久也没有查询到问题。后面突然想起来,.bash_profile里面的配置文档是直接就以前的配置文档里面拷贝的,可能是这块设置出现问题了。果真如此.bash_profile把SID给写错了。
[oracle@szmlvm29-54 ~]$ cat .bash_profile
# .bash_profile
······
export ORACLE_SID=search #正确的应该是search6
······so,以后大家再次碰到这个问题的时候,也需要检测下配置文档的SID是否准确。
相关阅读:SPFILE 错误导致数据库无法启动(ORA-01565) http://www.linuxidc.com/Linux/2013-08/88932.htmORA-01172、ORA-01151错误处理 http://www.linuxidc.com/Linux/2013-06/86529.htmORA-00600 [2662]错误解决 http://www.linuxidc.com/Linux/2013-06/86528.htmORA-01078 和 LRM-00109 报错解决方法 http://www.linuxidc.com/Linux/2012-07/66044.htm更多Oracle相关信息见Oracle 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=12Oracle启动出现ORA-27125错误Oracle expdp 过滤和并行相关资讯 ORA-01078 LRM-00109
- ORA-01078: LRM-00109: 及 ORA- (12/22/2014 18:32:19)
- ORA-01078, LRM-00123错误处理 (10/23/2013 15:31:54)
| - ORA-01078错误举例:SID的大小写错 (06/13/2014 14:18:53)
- ORA-01078: failure in processing (03/10/2013 14:48:15)
|
本文评论 查看全部评论 (0)