LRM-00109: could not open parameter file

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
经过上述的操作后,应该就没有问题了

posted @ 2014-10-15 15:59  牛不烦  阅读(7539)  评论(0编辑  收藏  举报