二、现象
SQL> select count(*) from bootstrap$;
结果为:0
此事数据库可以正常运行,不影响业务。
SQL> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL>
SQL> startup
ORACLE instance started.
Total System Global Area 3089920000 bytes
Fixed Size 2257232 bytes
Variable Size 654315184 bytes
Database Buffers 2415919104 bytes
Redo Buffers 17428480 bytes
Database mounted.
ORA-01092: ORACLE instance terminated. Disconnection forced
ORA-00704: bootstrap process failure
ORA-00702: bootstrap verison ‘‘ inconsistent with version ‘8.0.0.0.0‘
Process ID: 13563
Session ID: 572 Serial number: 3
SQL>
处理方法:使用BBED对块进行copy,因为不涉及到业务数据,所以不会造成数据丢失。具体恢复方法可以联系我。
原文:https://blog.51cto.com/roidba/2458125