摘要: 1、check dataguard sync statusselect process,status,group#,sequence# from v$managed_standby select * from v$archived_log order by thread#, sequence#; s 阅读全文
posted @ 2021-12-11 11:08 踏雪无痕2017 阅读(352) 评论(0) 推荐(0)
摘要: 1、flashback table schema1.table1 to before drop --閃回刪除,使用回收站功能,sys擁有的table不支持,10g以及以上版本支持 2、flashback database to scn/timestamp/restore point --閃回數據庫, 阅读全文
posted @ 2021-12-11 10:45 踏雪无痕2017 阅读(423) 评论(0) 推荐(0)