You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ You will get Forms and Reports running as the picture shows:
14
14
15
15
Network and Availability Zone topology. This sample does not cover high availability for Oracle Database, you can follow [Oracle HA in Azure- Options](https://techcommunity.microsoft.com/t5/data-architecture-blog/oracle-ha-in-azure-options/ba-p/2281896) to create Oracle Data Guard.
16
16
17
+
Azure Application Gateways are always deployed in a highly available fashion. You can scale up following [Scaling Application Gateway v2](https://docs.microsoft.com/en-us/azure/application-gateway/application-gateway-autoscaling-zone-redundant).
18
+
17
19

18
20
19
21
## Contents
@@ -55,7 +57,7 @@ An Azure account with an active subscription. [Create an account for free](https
55
57
## Provision Azure WebLogic Virtual Machine
56
58
57
59
Azure provides a series of Oracle WebLogic base images, it'll save your effort for Oracle tools installation.
58
-
This document will setup Oracle Forms and Reports based on the Azure WebLogic base image, follow the steps to provision a machine with JDK and WebLogic installed:
60
+
This sample will setup Oracle Forms and Reports based on the Azure WebLogic base image, follow the steps to provision a machine with JDK and WebLogic installed:
59
61
60
62
- Open [Azure portal](https://portal.azure.com/) from your browser.
61
63
- Search `WebLogic 12.2.1.4.0 Base Image and JDK8 on OL7.6`, you will find the WebLogic offers, select **WebLogic 12.2.1.4.0 Base Image and JDK8 on OL7.6**, and click **Create** button.
@@ -78,7 +80,7 @@ It will take 10min for the offer completed. After the deployment finishes, you w
78
80
79
81
## Create Oracle Database
80
82
81
-
You are required to have a database to configure the JRF domain for Forms and Reports. This document will use Oracle Database.
83
+
You are required to have a database to configure the JRF domain for Forms and Reports. This sample uses Oracle Database.
82
84
Follow this [document](https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/oracle/oracle-database-quick-create) to create an Oracle database
83
85
84
86
If you are following the document to create Oracle database, write down the credentials to create domain schema, username and password should be: `sys/OraPasswd1`
@@ -272,7 +274,7 @@ The following steps leverage XServer and RCU to create schemas on the Oracle dat
- Step2: Create Repository -> System Load and Product Load
274
276
- Step3: Input the connection information of Oracle database.
275
-
- Step4: please note down the prefix, which will be used in the following configuration, this document uses `DEV0402`.
277
+
- Step4: please note down the prefix, which will be used in the following configuration, this sample uses `DEV0402`.
276
278
- STB
277
279
- OPSS
278
280
- IAU
@@ -840,7 +842,7 @@ Clone adminVM following [Clone machine for managed servers](#clone-machine-for-m
840
842
841
843
### Create managed servers and Forms component
842
844
843
-
Firstly, you are required to create and start replated components. This document will leverage WLST offline mode to update the existing domain with new machine, new managed servers and new component, which requires restart on Admin Server to cause changes working.
845
+
Firstly, you are required to create and start replated components. This sample leverages WLST offline mode to update the existing domain with new machine, new managed servers and new component, which requires restart on Admin Server to cause changes working.
844
846
845
847
This is an example to update the existing domain to start Forms and Reports on mspVM3, replace the machine name and component name with yours.
846
848
@@ -1130,7 +1132,7 @@ To move on, make sure you have enable secondary IP for Admin Server, see [Config
1130
1132
1131
1133
### Use a pre-defined backup machine
1132
1134
1133
-
To make sure the domain configuration is the same in both machines, this approach move the domain configuration to shared storage, Azure File NFS share.
1135
+
To make sure the domain configuration is the same in both machines, this approach move the domain configuration to shared storage, this sample uses Azure File NFS share.
1134
1136
1135
1137
- [Create NFS share](#create-nfs-share)
1136
1138
- [Mount NFS share to adminVM](#mount-nfs-share-to-adminvm)
0 commit comments