使用_allow_resetlogs_corruption隱藏引數跳過資料庫一致性檢查

tolilong發表於2012-10-28
SQL> alter system set "_allow_resetlogs_corruption"=true scope=spfile;
System altered.
SQL> shutdown immediate
ORA-01109: database not open
Database dismounted.
ORACLE instance shut down.
SQL> startup mount;
ORACLE instance started.
Total System Global Area 432013312 bytes
Fixed Size 2021344 bytes
Variable Size 150997024 bytes
Database Buffers 276824064 bytes
Redo Buffers 2170880 bytes
Database mounted.
SQL> alter database open resetlogs;
Database altered.
[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24237320/viewspace-1059670/,如需轉載,請註明出處,否則將追究法律責任。

相關文章