Cent OS 7 启动Oracle 12c 数据库报错LRM-00109: could not open parameter initORADB.ora

SQL> startup
ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file '/home/xiongjiajia/app/xiongjiajia/product/12.1.0/dbhome_1/dbs/initORADB.ora'



oracle默认将使用spfile启动数据库,如果spfile不存在,就会出现上述错误。

解决方法:
mv $ORACLE_BASE/admin/orcl/pfile/init.ora.71201565558 $ORACLE_HOME/dbs/initORADB.ora



OK!

猜你喜欢

转载自xiongjiajia.iteye.com/blog/2232085