Database: Oracle 10g
OS: RedHat
两个错误均发生在数据库启动时。
1. ORA-00205: error in identifying controlfile, check alert log for more inf
原因:控制文件读取错误
解决:进入目录 /db/product/10.2.0/admin/<target database>/pfile/,得到pfile名称;
执行create spfile from pfile=’/db/product/10.2.0/admin/<target database>/pfile/<pfile>’;
实例:
create spfile from pfile=’/db/product/10.2.0/admin/adfprod/pfile/init.ora.6242009193030’;
2. ORA-01102: cannot mount database in EXCLUSIVE mode
原因:dbs/kl<SID>文件被锁定
解决:进入目录 /db/product/10.2.0/dbs/
fuser -k kl<SID> 解除锁定
fuser -u