- 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.
推薦閱讀
- Puppet 4 Essentials(Second Edition)
- Spring Cloud Alibaba微服務架構設計與開發實戰
- React Native Cookbook
- Getting Started with CreateJS
- Mastering Ubuntu Server
- 快速念咒:MySQL入門指南與進階實戰
- 前端HTML+CSS修煉之道(視頻同步+直播)
- Regression Analysis with Python
- Illustrator CC平面設計實戰從入門到精通(視頻自學全彩版)
- C語言程序設計與應用(第2版)
- 工業機器人離線編程
- Java EE 7 with GlassFish 4 Application Server
- 軟件工程與UML案例解析(第三版)
- Learn Linux Quickly
- Python趣味創意編程