最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
oracle中flashback standby database解决办法
时间:2022-06-29 09:37:00 编辑:袖梨 来源:一聚教程网
Flashback之后的standby database如何打开,操作如下:
SQL> flashback database to restore point myrs1;
Flashback complete.
SQL> shutdown immediate
ORA-01109: database not open
Database dismounted.
ORACLE instance shut down.
SQL> startup mount
ORACLE instance started.
Total System Global Area 521936896 bytes
Fixed Size 2254824 bytes
Variable Size 356517912 bytes
Database Buffers 159383552 bytes
Redo Buffers 3780608 bytes
Database mounted.
SQL>
SQL> alter database recover managed standby database using current logfile disconnect;
alter database recover managed standby database using current logfile disconnect
*
ERROR at line 1:
ORA-01665: control file is not a standby control file
SQL>
SQL>
SQL> alter database convert to physical standby;
Database altered.
SQL>
SQL>
SQL> shutdown immediate
ORA-01109: database not open
Database dismounted.
ORACLE instance shut down.
SQL>
SQL>
SQL> startup
ORACLE instance started.
Total System Global Area 521936896 bytes
Fixed Size 2254824 bytes
Variable Size 356517912 bytes
Database Buffers 159383552 bytes
Redo Buffers 3780608 bytes
Database mounted.
Database opened.
SQL> alter database recover managed standby database using current logfile disconnect;
Database altered.
SQL>
相关文章
- 绯红编年史营养也要吃毒也要吃达成攻略 10-16
- 卡瑞玛拉枯肢之下哎哟...成就达成攻略 10-16
- 以太术士双头犬火山助战流玩法搭配 10-16
- 我打不过漂亮的她们归隐篇第五章攻略 10-16
- 梦之形大锤无限火力控制流玩法攻略 10-16
- 卡瑞玛拉枯肢之下暗门成就达成攻略 10-16