Skip to content

Commit c58999a

Browse files
authored
Merge pull request #14388 from mikepope-ms/May31-vm-rclaus
2 parents 910df41 + c704347 commit c58999a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/virtual-machines/windows/classic/configure-oracle-data-guard.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.devlang: na
1313
ms.topic: article
1414
ms.tgt_pltfrm: vm-windows
1515
ms.workload: infrastructure-services
16-
ms.date: 09/06/2016
16+
ms.date: 05/31/2017
1717
ms.author: rclaus
1818

1919
---
@@ -28,7 +28,7 @@ In addition, the tutorial assumes that you have already implemented the followin
2828

2929
* You’ve already reviewed the High Availability and Disaster Recovery Considerations section in the [Oracle Virtual Machine images - Miscellaneous Considerations](oracle-considerations.md) topic. Azure supports standalone Oracle Database instances but not Oracle Real Application Clusters (Oracle RAC) currently.
3030
* You have created two Virtual Machines (VMs) in Azure using the same platform provided Oracle Enterprise Edition image. Make sure the Virtual Machines are in the [same cloud service](../../virtual-machines-windows-load-balance.md?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json) and in the same Virtual Network to ensure they can access each other over the persistent private IP address. Additionally, it is recommended to place the VMs in the same [availability set](../../virtual-machines-windows-manage-availability.md?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json) to allow Azure to place them into separate fault domains and upgrade domains. Oracle Data Guard is only available with Oracle Database Enterprise Edition. Each machine must have at least 2 GB of memory and 5 GB of disk space. For the most up-to-date information on the platform provided VM sizes, see [Virtual Machine Sizes for Azure](../../virtual-machines-windows-sizes.md?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json). If you need additional disk volume for your VMs, you can attach additional disks. For information, see [How to Attach a Data Disk to a Virtual Machine](attach-disk.md).
31-
* You’ve set the Virtual Machine names as “Machine1” for the primary VM and “Machine2” for the standby VM at the Azure classic portal.
31+
* You’ve set the Virtual Machine names as “Machine1” for the primary VM and “Machine2” for the standby VM in the Azure portal.
3232
* You’ve set the **ORACLE_HOME** environment variable to point to the same oracle root installation path in the primary and standby Virtual Machines, such as `C:\OracleDatabase\product\11.2.0\dbhome_1\database`.
3333
* You log on to your Windows server as a member of the **Administrators** group or a member of the **ORA_DBA** group.
3434

@@ -299,7 +299,7 @@ Then, use the startup command to start an instance:
299299
## Create a physical standby database
300300
This section focuses on the steps that you must perform in Machine2 to prepare the physical standby database.
301301

302-
First, you need to remote desktop to Machine2 via the Azure classic portal.
302+
First, you need to remote desktop to Machine2 via the Azure portal.
303303

304304
Then, on the Standby Server (Machine2), create all the necessary folders for the standby database, such as C:\\\<YourLocalFolder\>\\TEST. While following this tutorial, make sure that the folder structure matches the folder structure on Machine1 to keep all the necessary files, such as controlfile, datafiles, redologfiles, udump, bdump, and cdump files. In addition, define the ORACLE\_HOME and ORACLE\_BASE environment variables in Machine2. If not, define them as an environment variable using the Environment Variables dialog box. To access this dialog box, start the **System** utility by double-clicking the System icon in the **Control Panel**; then click the **Advanced** tab and choose **Environment Variables**. To set the environment variables, click the **New** button under the **System Variables**. After setting up the environment variables, you need to close the existing Windows command prompt and open up a new one to see the changes.
305305

articles/virtual-machines/windows/classic/configure-oracle-goldengate.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.devlang: na
1313
ms.topic: article
1414
ms.tgt_pltfrm: vm-windows
1515
ms.workload: infrastructure-services
16-
ms.date: 09/06/2016
16+
ms.date: 05/31/2017
1717
ms.author: rclaus
1818

1919
---
@@ -31,7 +31,7 @@ In addition, the tutorial assumes that you have already implemented the followin
3131
* You’ve already reviewed the High Availability and Disaster Recovery Considerations section in the [Oracle Virtual Machine images - Miscellaneous Considerations](oracle-considerations.md) topic. Note that Azure supports standalone Oracle Database instances but not Oracle Real Application Clusters (Oracle RAC) currently.
3232
* You’ve downloaded the Oracle GoldenGate software from the [Oracle Downloads](http://www.oracle.com/us/downloads/index.html) web site. You’ve selected the Product Pack Oracle Fusion Middleware – Data Integration. Then, you’ve selected Oracle GoldenGate on Oracle v11.2.1 Media Pack for Microsoft Windows x64 (64-bit) for an Oracle 11g database. Next, download Oracle GoldenGate V11.2.1.0.3 for Oracle 11g 64bit on Windows 2008 (64bit).
3333
* You have created two Virtual Machines (VMs) in Azure using Oracle Enterprise Edition on Windows Server. Make sure that the Virtual Machines are in the [same cloud service](../../virtual-machines-linux-load-balance.md) and in the same [Virtual Network](https://azure.microsoft.com/documentation/services/virtual-network/) to ensure they can access each other over the persistent private IP address.
34-
* You’ve set the Virtual Machine names as “MachineGG1” for Site A and “MachineGG2” for Site B at the Azure classic portal.
34+
* You’ve set the Virtual Machine names as “MachineGG1” for Site A and “MachineGG2” for Site B in the Azure portal.
3535
* You’ve created test databases “TestGG1” on Site A and “TestGG2” on Site B.
3636
* You log on to your Windows server as a member of the Administrators group or a member of the **ORA_DBA** group.
3737

@@ -76,7 +76,7 @@ For subsequent releases of Oracle Database and Oracle GoldenGate, there might be
7676
## 1. Setup database on Site A and Site B
7777
This section explains how to perform the database prerequisites on both Site A and Site B. You must perform all the steps of this section on both sites: Site A and Site B.
7878

79-
First, remote desktop to Site A and Site B via the Azure classic portal. Open up a Windows command prompt and create a home directory for Oracle GoldenGate setup files:
79+
First, remote desktop to Site A and Site B via the Azure portal. Open up a Windows command prompt and create a home directory for Oracle GoldenGate setup files:
8080

8181
mkdir C:\OracleGG
8282

@@ -163,7 +163,7 @@ Next, create and enable a database trigger, INVENTORY_CDR_TRG, on the newly crea
163163
## 2. Prepare Site A and Site B for database replication
164164
This section explains how to prepare Site A and Site B for database replication. You must perform all the steps of this section on both sites: Site A and Site B.
165165

166-
First, remote desktop to Site A and Site B via the Azure classic portal. Switch the database to archivelog mode using the SQL*Plus command window:
166+
First, remote desktop to Site A and Site B via the Azure portal. Switch the database to archivelog mode using the SQL*Plus command window:
167167

168168
sql>shutdown immediate
169169
sql>startup mount
@@ -264,7 +264,7 @@ Start the manager process:
264264
## 5. Create Extract Group and Data Pump processes on Site A and Site B
265265
### Create Extract and Data Pump processes on Site A
266266
You need to create the Extract and Data Pump processes on Site A and Site B.
267-
Remote desktop to Site A and Site B via the Azure classic portal. Open up GGSCI command interpreter window. Run the following commands on Site A:
267+
Remote desktop to Site A and Site B via the Azure portal. Open up GGSCI command interpreter window. Run the following commands on Site A:
268268

269269
GGSCI (MachineGG1) 14> add extract ext1 tranlog begin now
270270
EXTRACT added.

0 commit comments

Comments
 (0)