ORA-01078: failure in processing system parameters & LRM-00109: could not open parameter file

简介:

安装了Oracle 12C后,启动数据库的过程中出现如下错误
SQL> startup
ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file '/u01/app/oracle/product/12.1.0/db_1/dbs/initepps.ora'


[oracle@gettestlnx01 ignite]$ cd /u01/app/oracle/product/12.1.0/db_1/dbs/
发 现在 /u01/app/oracle/product/12.1.0/db_1/dbs/下找不到initepps.ora文件,于是 去$ORACLE_HOME/admin/ignite/pfile下,找到文件init.ora.1242014234024,然后将文件拷贝到 /u01/app/oracle/product/12.1.0/db_1/dbs/目录下,并重命名为initepps.ora后,重启数据,问题解 决!
[oracle@gettestlnx01 dbs]$ cd /u01/app/oracle/admin/ignite/pfile
[oracle@gettestlnx01 pfile]$ ls
init.ora.1242014234024

[oracle@gettestlnx01 pfile]$ cp init.ora.1242014234024  /u01/app/oracle/product/12.1.0/db_1/dbs/initepps.ora
SQL> startup
ORACLE instance started.

Total System Global Area 1870647296 bytes
Fixed Size                  2289640 bytes
Variable Size             587202584 bytes
Database Buffers         1275068416 bytes
Redo Buffers                6086656 bytes
Database mounted.
Database opened.

相关文章
verbose stack FetchError: request to https://registry.npm.taobao.org/md-editor-v3 failed, reason: ce
这篇文章描述了在安装npm包`md-editor-v3`时遇到的淘宝镜像证书过期问题,并提供了解决方案,即通过切换npm镜像源到`https://registry.npmmirror.com/`来解决安装失败的问题。
verbose stack FetchError: request to https://registry.npm.taobao.org/md-editor-v3 failed, reason: ce
|
6月前
|
存储 缓存 自然语言处理
“error“: { “root_cause“: [{ “type“: “circuit_breaking_exception“, “reason“: “[parent] D【已解决】
“error“: { “root_cause“: [{ “type“: “circuit_breaking_exception“, “reason“: “[parent] D【已解决】
54 1
|
前端开发 数据库
Failed to load response dataNo data found for resource with given identifier
Failed to load response dataNo data found for resource with given identifier
1681 0
|
Linux
WARNING: Re-reading the partition table failed with error 22: Invalid argument
在划分磁盘分区时,遇到错误“WARNING: Re-reading the partition table failed with error 22: Invalid argument” 如下所示: [root@DB-Server u02]# fdisk -l   Disk /dev/sda: 500.
2547 0