码迷,mamicode.com
首页 > 数据库 > 详细

启动Oracle时提示:ORA-01078:failure in processing system parameters

时间:2017-07-12 23:16:16      阅读:242      评论:0      收藏:0      [点我收藏+]

标签:提示   oracle   启动数据库   默认   span   nal   bsp   9.png   blog   

一、使用环境
操作系统:CentOS release 6.2 (Final)

数据库:Oracle 12g
数据库主目录:/ora12/product/product/12.1.0/db_1


二、问题描述

技术分享

用sys用户登录sqlplus后,用startup命令启动Oracle时提示:
ORA-01078:failure in processing system parameters
LRM-00109: could not open parameter file ‘/ora12/product/product/12.1.0/db_1/dbs/initora12.ora‘

三、错误原因
在oracle9i、10g、11g最近几个版本中,数据库默认使用spfile启动数据库,如果spfile不存在,则就会出现上述错误。

四、解决方法
方法一:

技术分享

   1.用find /ora12  -name pfile命令查找pfile文件的位置,/ora12/product/admin/cvte63/pfile 进入该文件夹,查看文件

技术分享

   2.将$ORACLE_BASE/admin/cvte63/pfile目录下的init.ora.6420171848 形式的文件copy 到$ORACLE_HOME/dbs目录下命名为initora12.ora即可。

技术分享

技术分享

 

(注:initora12.ora中的orcl12为你的实例名 ORACLE_SID,这里我的SID为:ora12)

方法二:
将$ORACLE_HOME/dbs目录下spflieorcl.ora改名为spfilecenter.ora即可。(注:spfilecenter.ora中的ora12为环境变量中设置的SID,我的是ora12)

 

技术分享


oracle用户登录 sqlplus "/as sysdba"
SQL> startup

 

启动Oracle时提示:ORA-01078:failure in processing system parameters

标签:提示   oracle   启动数据库   默认   span   nal   bsp   9.png   blog   

原文地址:http://www.cnblogs.com/shelly01-zhou/p/7157744.html

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