当前位置:Gxlcms > 数据库问题 > oracle11g 启动报错 缺少系统参数

oracle11g 启动报错 缺少系统参数

时间:2021-07-01 10:21:17 帮助过:33人阅读

错误

SQL> startup
ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file ‘/opt/app/oracle/product/11.2.0.3/db_1/dbs/initoracle11.ora‘


网上查询是由于在对应的目录下没有initoracle11.ora文件

解决方法: 查询 ls /opt/app/oracle/admin/oracle99/pfile

在其下有个文件init.ora.2142016151328

拷贝到“/opt/app/oracle/product/11.2.0.3/db_1/dbs/”的目录下 并且改名为initoracle11.ora

在进入oracle

startup

成功

本文出自 “10999243” 博客,请务必保留此出处http://11009243.blog.51cto.com/10999243/1828055

oracle11g 启动报错 缺少系统参数

标签:failure   oracle   product   system   网上查询   

人气教程排行