- Oracle Data Guard 11gR2 Administration Beginner's Guide
- Emre Baransel Nassyam Basha
- 126字
- 2021-08-13 17:12:29
Customization and management in a logical standby database
After the initial configuration of a logical standby database, we should make customizations to benefit from the standby at the highest level. Let's see what kind of customizations we are able to do and how we manage a logical standby database environment.
Selective replication in a logical standby database
In principle, we cannot directly specify what to replicate to a logical standby database, but we can specify tables for SQL Apply to skip
. When this feature is used, the redo data about the tables specified in the skip
rules is still transferred to the standby database, but at the mining stage SQL Apply will omit the relevant redo on the logical standby. We use DBMS_LOGSTDBY.SKIP
for this purpose.
推薦閱讀
- Spring Boot開發(fā)與測試實(shí)戰(zhàn)
- 從零開始:數(shù)字圖像處理的編程基礎(chǔ)與應(yīng)用
- JavaScript修煉之道
- iOS開發(fā)實(shí)戰(zhàn):從零基礎(chǔ)到App Store上架
- Oracle從入門到精通(第5版)
- Advanced Express Web Application Development
- Kubernetes源碼剖析
- Python大學(xué)實(shí)用教程
- AMP:Building Accelerated Mobile Pages
- Java高級程序設(shè)計(jì)
- MATLAB 2020 GUI程序設(shè)計(jì)從入門到精通
- VMware vRealize Orchestrator Essentials
- Java與Android移動(dòng)應(yīng)用開發(fā):技術(shù)、方法與實(shí)踐
- 移動(dòng)智能系統(tǒng)測試原理與實(shí)踐
- A/B 測試:創(chuàng)新始于試驗(yàn)