- 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.
推薦閱讀
- VMware View Security Essentials
- Visual FoxPro 程序設計
- 網頁設計與制作教程(HTML+CSS+JavaScript)(第2版)
- Instant Lucene.NET
- Java Web開發詳解
- The Professional ScrumMaster’s Handbook
- 微信小程序開發與實戰(微課版)
- INSTANT Silverlight 5 Animation
- Hands-On JavaScript for Python Developers
- MongoDB Cookbook(Second Edition)
- 算法秘籍
- Python數據科學實踐指南
- Java設計模式深入研究
- WCF全面解析
- 用Go語言自制編譯器