码迷,mamicode.com
首页 > 其他好文 > 详细

LRM-00109: could not open parameter file

时间:2014-10-15 17:15:54      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:os   ar   文件   sp   art   on   问题   ad   line   

SQL>startup                                                                                                                
ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file ‘/u01/app/oracle/product/10.2.0/db_1/dbs/initora10g.ora‘
直接进行如下操作:
cp /u01/app/oracle/admin/orcl/pfile/init.ora.823201112436  /u01/app/oracle/product/10.2.0/db_1/dbs/initora10g.ora
另外,还有注意以下问题,
[root@localhost dbs]# ls -l
total 64
-rw-r----- 1 oracle oinstall  1544 Sep 23 01:21 hc_orcl.dat
-rw-rw---- 1 oracle oinstall  1544 Sep 23 01:31 hc_sandy.dat
-rw-r----- 1 oracle oinstall 12920 May  3  2001 initdw.ora
-rw-r----- 1 oracle oinstall  8385 Sep 11  1998 init.ora
-rw-r----- 1 root   root      2473 Sep 23 02:27 initora10g.ora
-rw-r----- 1 oracle oinstall    24 Sep 23 01:22 lkORCL
-rw-rw---- 1 oracle oinstall    24 Sep 23 01:31 lkSANDY
-rw-r----- 1 oracle oinstall  1536 Sep 23 01:25 orapworcl
-rw-r----- 1 oracle oinstall  1536 Sep 23 01:36 orapwsandy
-rw-r----- 1 oracle oinstall  2560 Sep 23 01:25 spfileorcl.ora
-rw-r----- 1 oracle oinstall  3584 Sep 23 01:35 spfilesandy.ora
确认这个文件的权限,如果与当前文件的权限不一致,那么进行如下修改:
[root@localhost dbs]# chown oracle:oinstall initora10g.ora
经过上述的操作后,应该就没有问题了

LRM-00109: could not open parameter file

标签:os   ar   文件   sp   art   on   问题   ad   line   

原文地址:http://www.cnblogs.com/jxterminator/p/4026553.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!