Oracle如何查看归档是否被备库应用
这篇文章给大家分享的是有关Oracle如何查看归档是否被备库应用的内容。小编觉得挺实用的,因此分享给大家做个参考,一起跟随小编过来看看吧。
首先是查询v$archived_log视图,然后分析applied字段信息,官方说明如下:
Indicateswhetheranarchivedredologfilehasbeenappliedtothecorrespondingphysicalstandbydatabase.ThevalueisalwaysNOforlocaldestinations.ThiscolumnismeaningfulonaphysicalstandbydatabaseforrowswhereREGISTRAR=RFS:■IfREGISTRAR=RFSandAPPLIED=NO,thenthelogfilehasbeenreceivedbuthasnotyetbeenapplied.■IfREGISTRAR=RFSandAPPLIED=IN-MEMORY,thenthelogfilehasbeenappliedinmemory,butthedatafileshavenotyetbeenupdated.■IfREGISTRAR=RFSandAPPLIED=YES,thenthelogfilehasbeenappliedandthedatafileshavebeenupdated.Thiscolumncanbeusedtoidentifylogfilesthatcanbebackedupanddeleted.Whenusedforthispurpose,thevalueIN-MEMORYshouldbetreatedasifitwereNO.
感谢各位的阅读!关于“Oracle如何查看归档是否被备库应用”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,让大家可以学到更多知识,如果觉得文章不错,可以把它分享出去让更多的人看到吧!
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。