- 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.
推薦閱讀
- DB2 V9權威指南
- jQuery Mobile Web Development Essentials(Third Edition)
- GAE編程指南
- Beginning Java Data Structures and Algorithms
- Linux核心技術從小白到大牛
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- C和C++游戲趣味編程
- Practical Microservices
- Kotlin Programming By Example
- Android Studio開發實戰:從零基礎到App上線 (移動開發叢書)
- SSH框架企業級應用實戰
- Java程序設計實用教程(第2版)
- Node.js 6.x Blueprints
- Keil Cx51 V7.0單片機高級語言編程與μVision2應用實踐
- HTML5 WebSocket權威指南