1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
| Microsoft Windows [version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Tous droits réservés.
C:\Users\mcF>sqlplus /nolog
SQL*Plus: Release 11.2.0.1.0 Production on Ven. Ao¹t 23 11:58:14 2013
Copyright (c) 1982, 2010, Oracle. All rights reserved.
SQL> connect sys as sysdba
Entrez le mot de passe :
ConnectÚ.
SQL> recover database using backup controlfile;
ORA-00279: changement 121215393 gÚnÚrÚ Ó 08/23/2013 09:19:14 requis pour thread
1
ORA-00289: suggestion : C:\APP\MCF\ARCHIVE\ARC0000004425_0813422051.0001
ORA-00280: le changement 121215393 pour le thread 1 se trouve au no de sÚquence
4425
Indiquer le journal : {<RET>=suggÚrÚ | nomfichier | AUTO | CANCEL}
cancel
RÚcupÚration aprÞs dÚfaillance matÚrielle annulÚe.
SQL> alter database open resetlogs;
alter database open resetlogs
*
ERREUR Ó la ligne 1 :
ORA-01113: le fichier 1 nÚcessite une rÚcupÚration aprÞs dÚfaillance matÚrielle
ORA-01110: fichier de donnÚes 1 : 'C:\APP\MCF\ORADATA\ORCL\SYSTEM01.DBF'
SQL> |
Partager