Oacle 데이터베이스 복구 보고서 ORA - 00283, ORA - 01610 오류 원인

많은 사람들 이 데이터 베 이 스 를 복구 할 때 다음 과 같은 오 류 를 겪 었 을 수 있 습 니 다.
SQL> recover database;
ORA-00283: recovery session canceled due to errors
ORA-01610: recovery using the BACKUP CONTROLFILE option must be done

  이 잘못된 처리 방법 은 매우 간단 합 니 다. 모두 가 알 고 있 을 것 입 니 다. (using backup controlfile 만 추가 하면 됩 니 다)
SQL> recover database using backup controlfile;
ORA-00279: change 314215629614 generated at 04/25/2015 12:50:28 needed for
thread 1
ORA-00289: suggestion : /archlog/recovertest1/recovertest1_48089_863551860.arc
ORA-00280: change 314215629614 for thread 1 is in sequence #48089


Specify log: {<RET>=suggested | filename | AUTO | CANCEL}

  그런데 왜 이런 실 수 를 했 을 까?회복 타 임 스 ORA - 00283, ORA - 01610 의 오 류 를 초래 한 원인 을 말씀 드 리 겠 습 니 다.
Error Text, Cause and Action from Message File/s for ORA-01610
Versions 10.2, 11.1, 11.2, 12.1

Error:  ORA-01610 recovery using the BACKUP CONTROLFILE option must be done 
---------------------------------------------------------------------------
Cause:  Either an earlier database recovery session specified BACKUP 
	CONTROLFILE, or the control file was recreated with the RESETLOGS 
	option, or the control file being used is a backup control file. After 
	that only BACKUP CONTROLFILE recovery is allowed and it must be 
	followed by a log reset at the next database open.  >>>>>     ORA-01610     :                                                          1.              recover database using backup controlfile  ,       recover database      backup controlfile              2.           resetlogs                                                                                                                   3.                      (   restore      5 10  ,restore      5 10    )
Action: Perform recovery using the BACKUP CONTROFILE option. 
Versions 9.2, 10.1

Error:  ORA-01610 recovery using the BACKUP CONTROLFILE option must be done 
---------------------------------------------------------------------------
Cause:  Either an earlier database recovery session specified BACKUP 
	CONTROLFILE, or the controlfile was recreated with the RESETLOGS 
	option, or the controlfile being used is a backup controlfile. After 
	that only BACKUP CONTROLFILE recovery is allowed and it must be 
	followed by a log reset at the next database open. 
Action: Perform recovery using the BACKUP CONTROFILE option. 

위 에 있 는 이 단락 은 MOS 에서 캡 처 한 설명 으로 타 임 스 ORA - 01610 을 회복 하 게 된 원인 을 명확 하 게 설명 하 였 다.
상세 한 상황 은 참고 할 만하 다 OERR: ORA-1610 "recovery using the BACKUP CONTROLFILE option must be done" Reference Note (Doc ID 19007.1)

좋은 웹페이지 즐겨찾기