最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
问答文章1 问答文章501 问答文章1001 问答文章1501 问答文章2001 问答文章2501 问答文章3001 问答文章3501 问答文章4001 问答文章4501 问答文章5001 问答文章5501 问答文章6001 问答文章6501 问答文章7001 问答文章7501 问答文章8001 问答文章8501 问答文章9001 问答文章9501
当前位置: 首页 - 科技 - 知识百科 - 正文

ORA-1122,ORA-1110,ORA-1207whileopenthedatabaseafterc

来源:懂视网 责编:小采 时间:2020-11-09 10:32:24
文档

ORA-1122,ORA-1110,ORA-1207whileopenthedatabaseafterc

ORA-1122,ORA-1110,ORA-1207whileopenthedatabaseafterc:ORA-1122, ORA-1110, ORA-1207 while open the database after crash ORA-1122, ORA-1110, ORA-1207 while open the database after crash [日期:2014-01-12] 来源:Linux社区 作者:carefree [字体:] symptoms: ORA-1122 :database file %s failed verification ch
推荐度:
导读ORA-1122,ORA-1110,ORA-1207whileopenthedatabaseafterc:ORA-1122, ORA-1110, ORA-1207 while open the database after crash ORA-1122, ORA-1110, ORA-1207 while open the database after crash [日期:2014-01-12] 来源:Linux社区 作者:carefree [字体:] symptoms: ORA-1122 :database file %s failed verification ch

ORA-1122, ORA-1110, ORA-1207 while open the database after crash

ORA-1122, ORA-1110, ORA-1207 while open the database after crash

[日期:2014-01-12] 来源:Linux社区 作者:carefree [字体:]

symptoms:
ORA-1122 :database file %s failed verification check
ORA-1110 : datafile :
ORA-1207: ORA 1207 file is more recent than control file

Cause:
The information in this file is inconsistent with information from the control file.
The datafile header CHECKPOINT count is beyond the controlfile CHECKPOINT count.

Solution:
1.Mount the database
SQL> Startup mount
2. Save the information from the control file:
SQL> Alter database backup controlfile to trace as '/u01/app/Oracle/controlfile.txt';
3. Create a control file creation script from the tracefile generated in user_dump_dest.
Use the Noresetlogs option
4. Shutdown the database and start it in NOMOUNT mode
SQL> shutdown abort
SQL> startup nomount
5. Create the control file
Use the script generated by the 'backup controlfile to trace' command above.
6.Recover the database
SQL> recover database;
7. Open the database
SQL> Alter database open;

推荐阅读:

ORA-01172、ORA-01151错误处理

ORA-00600 [2662]错误解决

ORA-01078 和 LRM-00109 报错解决方法

ORA-00471 处理方法笔记

ORA-00314,redolog 损坏,或丢失处理方法

ORA-00257 归档日志过大导致无法存储的解决办法

linux

  • 0
  • Oracle 10g打补丁(p5490848_10202_LINUX)

    授权scott用户可以开启执行

    声明:本网页内容旨在传播知识,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

    文档

    ORA-1122,ORA-1110,ORA-1207whileopenthedatabaseafterc

    ORA-1122,ORA-1110,ORA-1207whileopenthedatabaseafterc:ORA-1122, ORA-1110, ORA-1207 while open the database after crash ORA-1122, ORA-1110, ORA-1207 while open the database after crash [日期:2014-01-12] 来源:Linux社区 作者:carefree [字体:] symptoms: ORA-1122 :database file %s failed verification ch
    推荐度:
    标签: the ora database
    • 热门焦点

    最新推荐

    猜你喜欢

    热门推荐

    专题
    Top