- Oracle Data Guard 11gR2 Administration Beginner's Guide
- Emre Baransel Nassyam Basha
- 263字
- 2021-08-13 17:12:27
Preparation for the configuration
Now it's time to get our hands dirty in the process of creating a logical standby database. First we'll start preparing the primary database for the configuration. Then we'll convert a physical standby database into a logical standby database. This is the method of creating logical standby Data Guard configuration.
Note
You can use the physical standby database that we created together in Chapter 2, Configuring Oracle Data Guard Physical Standby Database for this purpose. However, we'll need a physical standby in the following chapters to study on. So, it would be better to create a separate physical standby database with one of the mentioned methods to use in the logical standby configuration.
There are some prerequisites that we need to complete before starting the configuration. One of them is checking the primary database for specifying any tables that will be skipped by SQL Apply because of the unsupported data types. It doesn't make sense to build a configuration where you're not sure which objects will and will not be replicated.
The other important control is ensuring the objects that will be replicated and maintained by SQL Apply are uniquely identified. As the logical standby is actually a standalone database, synchronizing it with SQL statements might result in ROWIDs
being different on primary and standby databases. Thus, primary ROWID
cannot be used to identify the corresponding row in the logical standby database. SQL Apply needs another unique identifier to apply changes, which are the primary keys, non-null unique-constraint/index, or all columns of bounded size, respectively depending on their existence.
- Mastering Entity Framework Core 2.0
- Microsoft Application Virtualization Cookbook
- C#完全自學教程
- Learning RabbitMQ
- Android 7編程入門經典:使用Android Studio 2(第4版)
- Python貝葉斯分析(第2版)
- Swift細致入門與最佳實踐
- Getting Started with Gulp
- 常用工具軟件立體化教程(微課版)
- CoffeeScript Application Development Cookbook
- Building Machine Learning Systems with Python(Second Edition)
- 用戶體驗可視化指南
- UI設計全書(全彩)
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- 深入淺出 HTTPS:從原理到實戰