ORA-01078: failure in processing system parameters

错误分析:

[[email protected] pfile]$ sqlplus sys/[email protected] as sysdba;

SQL*Plus: Release 10.2.0.1.0 - Production on Tue Mar 10 01:51:24 2015

Copyright (c) 1982, 2005, Oracle. All rights reserved.

Connected to an idle instance.

SQL> startup
ORA-01078: failure in processing system parameters
LRM-00123: invalid character 0 found in the input file

在提交startup命令之后,Oracle会自动按照如下的顺序查找参数文件完成数据库的启动。
   1)spfile$ORACLE_SID.ora
   2)spfile.ora
   3)init$ORACLE_SID.ora

应该是这三个参数文件都找不到,或是有问题导致startup报错。

解决方法:

方法1、使用pfile参数文件启动:

startup pfile=‘/home/oracle/admin/orcl2/pfile/init.ora.25201512422‘;

方法2、使用pfile来创建init$ORCLE_SID.ora  

[[email protected] pfile]$ pwd
/home/oracle/admin/orcl2/pfile
[[email protected] pfile]$ cp init.ora.25201512422 /home/oracle/product/10.2.0/db_1/dbs/initORCL2.ora

之后startup 正常
SQL> startup
ORACLE instance started.

Total System Global Area 415236096 bytes
Fixed Size 2021216 bytes
Variable Size 121637024 bytes
Database Buffers 289406976 bytes
Redo Buffers 2170880 bytes
Database mounted.
Database opened.
SQL>

或重启创建spfileORCL2.ora文件

create spfile=’/home/oracle/oracle/product/10.2.0/db_1/dbs/spfileORCL2.ora   from pfile=‘/home/oracle/admin/orcl2/pfile/init.ora.25201512422‘;

时间: 2024-10-10 06:53:30

ORA-01078: failure in processing system parameters的相关文章

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

一.使用环境操作系统: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 parametersLRM-00109: could not open parameter file '/ora12/product/prod

Oracle12c启动数据库报错:ORA-01078: failure in processing system parameters

单实例oracle12102安装完成后,startup报错: [[email protected] ~]$ sqlplus "/as sysdba" SQL*Plus: Release 12.1.0.2.0 Production on Sat Sep 16 15:04:46 2017 Copyright (c) 1982, 2014, Oracle.  All rights reserved. Connected to an idle instance. SQL> startup

GPS-Graph Processing System Graph Coloring算法分析 (三)

Graph coloring is the problem of assigning a color to each vertex of an undirected graph such that no two adjacent vertices have the same color. We implement the greedy algorithm from Scalable parallel graph coloring algorithms. The algorithm iterati

Parallelized coherent read and writeback transaction processing system for use in a packet switched cache coherent multiprocessor system

A multiprocessor computer system is provided having a multiplicity of sub-systems and a main memory coupled to a system controller. An interconnect module, interconnects the main memory and sub-systems in accordance with interconnect control signals

oracle controlfile路径修改

SQL> startup;ORACLE instance started. Total System Global Area  835104768 bytesFixed Size      2232960 bytesVariable Size    633343360 bytesDatabase Buffers   197132288 bytesRedo Buffers      2396160 bytesDatabase mounted.Database opened.SQL> ho[[em

ORA-01565: error in identifying file '+DATA/ORACLE/spfileORACLE.ora'

操作系统为suse11sp3_x86_64位,数据库为11204. 不小心修改了RAC目录及子目录的权限,资源启动后发现两个节点数据库都未启动,如下: jason1:/u01/app/11.2.0/grid/bin # ./crsctl stat res -t -------------------------------------------------------------------------------- NAME           TARGET  STATE        SE

Oracle 手动修改spfile后的现象记录

Oracle 11G 引入Memory_max_target和Memory_target参数用于数据库的内存自动管理(AMM),本意是修改该两个参数超过物理内存的大小,视图看看数据库报什么错误. 备份spfile文件 $cp spfileorcl.ora spfileorcl.ora.bak 直接手动修改spfile中的两个参数值: 两个值得大小分别修改为6,815,744,000,000≈6.7T 实际物理内存为16G左右 $ free -g 启动数据库出现如下报错: SQL> startup

记一次修改sga大小之后出现的一系列报错

记录一次修改sga大小之后出现的一系列报错 修改了oracle的sga大小之后,遇到了一系列的报错. 00844和00851报错 SQL> startup; ORA-00844: Parameter not taking MEMORY_TARGET into account ORA-00851: SGA_MAX_SIZE 2147483648 cannot be set to more than MEM SQL> 01078报错 SQL> startup; ORA-01078: fail

oracle11g 安装错误汇总

oracle11g安装错误总结: 1,执行./runInstaller报错如下: You are atempting to install 64-bit Oracle on a 32-bit operating system,this is not support and will not work 查看uname显示确实64位 [[email protected]_master ~]uname -a  Linux oracle_master 2.6.32-220.el6.x86_64 #1 S