删除以前的数据库 新建一个之后
数据库启动报错
ora-01078: failure in processing system parameters
lrm-00109: could not open parameter file '/opt/oracle10/db_1/dbs/initcompany.ora'
解决方法:
$ORACLE_BASE/admin/(dbname) /pfile目录下的init.ora(.012009233838)文件复制到
$ORACLE_HOME/dbs目录下即可
[root@phoneDB pfile]# pwd
/home/oracle/admin/phone/pfile
[root@phoneDB pfile]# ls
init.ora.010200882414
[root@phoneDB pfile]#
/home/oracle/admin/phone/pfile
[root@phoneDB pfile]# ls
init.ora.010200882414
[root@phoneDB pfile]#
[root@phoneDB dbs]# pwd
/home/oracle/10.2.0/db_1/dbs
[root@phoneDB dbs]# ls
hc_phone.dat init.ora lkPHONE spfilephone.ora
initdw.ora init.ora.010200882414 orapwphone
/home/oracle/10.2.0/db_1/dbs
[root@phoneDB dbs]# ls
hc_phone.dat init.ora lkPHONE spfilephone.ora
initdw.ora init.ora.010200882414 orapwphone
Oracle数据库启动错误解决
本文介绍了一种常见的Oracle数据库启动失败问题,错误代码为ora-01078,涉及无法打开参数文件的情况。提供了具体的解决步骤,包括从备份文件夹复制init.ora文件到指定目录的方法。
6510

被折叠的 条评论
为什么被折叠?



