Home > Database > Mysql Tutorial > SPFILE导致Oracle数据库启动失败

SPFILE导致Oracle数据库启动失败

WBOY
Release: 2016-06-07 16:50:25
Original
1209 people have browsed it

服务器断电重启后,报Oracle数据库服务无法启动,在服务器上使用AS SYSDBA 登录后连接到空实例,使用startup启动时报lsquo;ORA-

服务器断电重启后,报Oracle数据库服务无法启动,在服务器上使用AS SYSDBA 登录后连接到空实例,使用startup启动时报‘ORA-24324: 未初始化服务句柄,,ORA-01041: 内部错误, hostdef 扩展名不存在’错误。

分步启动startup nomount ,依然报以上错误,判断为spfile文件损坏造成。但本机没有使用pfile备份过spfile,而修改spfile要启动修改。

解决办法,手工创建pfile 文件INITSID.ORA,打开alert日志,找到数据库启动信息,把信息复制粘贴到INITsid.ORA,文件中,使用pfile启动数据库 startup pfile='$ORACLE_HOME/database/INITSID.ORA',启动成功。

创建spfile, create spfile from pfile.问题解决 !

总结:1 注意用pfile备份spfile 2 修改任何数据库参数前一定要先使用pfile备份。

又一例SPFILE设置错误导致数据库无法启动 

本文永久更新链接地址:

linux

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template