|
|
没有提示,操作如下:
$ ./svrmgrl
Oracle Server Manager Release 3.1.5.0.0 - Production
(c) Copyright 1997, Oracle Corporation. All Rights Reserved.
Oracle8i Enterprise Edition Release 8.1.5.0.0, 64 bit - Production
With the Partitioning and Java options
PL/SQL Release 8.1.5.0.0 - Production
SVRMGR> connect internal
Connected.
SVRMGR> startup mount db1
ORACLE instance started.
Total System Global Area 89958036 bytes
Fixed Size 99988 bytes
Variable Size 56131584 bytes
Database Buffers 33554432 bytes
Redo Buffers 172032 bytes
Database mounted.
SVRMGR> set autorecovery on
Autorecovery ON
SVRMGR> recover database;
ORA-00283: recovery session canceled due to errors
ORA-01610: recovery using the BACKUP CONTROLFILE option must be done
SVRMGR> recover using backup controlfile until cancel;
ORA-00279: change 781169 generated at 11/18/02 17:31:31 needed for thread 1
ORA-00289: suggestion : /home/oracle/recover/arch/1_2970.dbf
ORA-00280: change 781169 for thread 1 is in sequence #2970
ORA-00283: recovery session canceled due to errors
ORA-00600: internal error code, arguments: [3020], [12583054], [1], [2970], [213], [16], [], []
SVRMGR> recover using backup controlfile until cancel;
ORA-00279: change 781169 generated at 11/18/02 17:31:31 needed for thread 1
ORA-00289: suggestion : /home/oracle/recover/arch/1_2970.dbf
ORA-00280: change 781169 for thread 1 is in sequence #2970
ORA-00283: recovery session canceled due to errors
ORA-00600: internal error code, arguments: [3020], [12583054], [1], [2970], [213], [16], [], []
SVRMGR> recover using backup controlfile until cancel
ORA-00279: change 781169 generated at 11/18/02 17:31:31 needed for thread 1
ORA-00289: suggestion : /home/oracle/recover/arch/1_2970.dbf
ORA-00280: change 781169 for thread 1 is in sequence #2970
ORA-00283: recovery session canceled due to errors
ORA-00600: internal error code, arguments: [3020], [12583054], [1], [2970], [213], [16], [], []
SVRMGR> |
|