第一. Creating a Physical Standby Database
1.1 实验背景

- You have two servers (physical or VMs) with an operating system and Oracle installed on them. In this case I’ve used Oracle Linux 5.6 and Oracle Database 11.2.0.2.
- The primary server has a running instance.
- The standby server has a software only installation.
| 数据库 | IP | DB_SID | DB_NAME | DB_UNIQUE_NAME | Oracle Net Service Name |
|---|---|---|---|---|---|
| Primary | 0.0.0.188 | mmpdb3 | mmpdb3 | mmpdb3 | mmpdb3 |
| Physical standby | 0.0.0.189 | mmpdb3 | mmpdb3 | mmpdb3sby | mmpdb3sby |
