SQL> alter system set “_ALLOW_RESETLOGS_CORRUPTION”=true scope=spfile;
SQL> alter system set “_allow_terminal_recovery_corruption”=true scope=spfile;

SQL> startup mount;
SQL> recover database until cancel;
SQL> alter database open resetlogs;

尤其适用在 onlne redo 丢失的情况下。

相关文章:

  • 2021-04-17
  • 2022-12-23
  • 2021-12-30
  • 2021-12-04
  • 2021-11-30
  • 2021-07-24
  • 2021-05-30
  • 2022-12-23
猜你喜欢
  • 2021-12-04
  • 2021-12-03
  • 2022-12-23
  • 2021-08-17
  • 2021-09-25
  • 2021-05-19
  • 2021-10-05
相关资源
相似解决方案