Skip to content

Commit 564ac49

Browse files
New UI OCI DMS - Online migration (#825)
* Removed one underscore * Update validate-and-run-terraform.md fixing one word * QA completed * Regular QA fixes * Update validate-migration.md Making some steps optional * Changes on VCN name and added CPAT functionality * Changes to reflect new functionality and navigation * Changing the fist capital of an image * Update introduction.md * New features implemented and content change required Registered databases now called Database Connections GoldenGate Marketplace is replaced by GoldenGate service ADB is now accessed thru the source base database * Update manifest.json updates lab number in manifest * functionality updated -Registered databases now is called Database connections -SSH details are not needed in this lab -ACL and SSL wallet steps added * Changes to the terraform labs Updated functionality and screens in database connections and migrations. * Minor changes to text and lab duration * Additional step to test connections How to test created Database Connections * Removing reference to OCW and architecture * New screenshots and text * removed the compartment names and root breadcrumb * Updated MD files * included get started common lab * get started lab included * Adding instructions to select the compartment * New screens for connections and migrations * new labels and updated image for cleanup phase * Corrected some typos and a couple of instructions * New UI changes pictures and text adjusted for New UI * Updated modified files with last update date and name Updated modified files with last update date and name * Modified 2 lines with a directory change Modified 2 lines with a directory change * New UI Changed screens and navigation instructions * New UI changes and navigation paths New UI changes and navigation paths --------- Co-authored-by: Hope Fisher <127253314+hope-fisher@users.noreply.github.com>
1 parent 515e62f commit 564ac49

19 files changed

+25
-33
lines changed

dms-online/introduction-terraform/introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ In the current release of DMS we support Oracle databases located on-premises, i
3131

3232
| | |
3333
|--------------------------|-------------------------|
34-
| Source Databases | Oracle DB 11g, 12c, 18c, 19c ,21c: <br>on-premises, third-party cloud, OCI. |
34+
| Source Databases | Oracle DB 11g, 12c, 18c, 19c ,21c,23ai: <br>on-premises, third-party cloud, OCI. |
3535
| Target Databases | ADB serverless and dedicated <br> Co-managed Oracle Base Database (VM, BM)<br> Exadata on Oracle Public Cloud. |
3636
| Supported Source Environments| Oracle Cloud Infrastructure co-managed databases or on-premises environments<br>Amazon Web Services RDS Oracle Database <br>Linux-x86-64, IBM AIX <br>Oracle Solaris |
3737
| Migration Modes | Direct Access to Source <br>(VPN or Fast Connect) Indirect Access to Source <br>(Agent on Source Env) | |
38-
| Initial Load <br> (Offline Migration) | Logical Migration using: <br>Data Pump to Object Store <br>Data Pump using SQLnet | |
38+
| Initial Load <br> (Offline Migration) | Logical Migration using: <br>Data Pump to Object Store <br>Data Pump using SQLnet <br>Data Pump via file storage | |
3939
| Replication <br> (Online Migration) | GoldenGate Integrated Service <br> GoldenGate Marketplace |
4040

4141
The DMS service runs as a managed cloud service separated from the user's tenancy and resources. The service operates as a multitenant service in a DMS Service Tenancy and communicates with the user's resources using Private Endpoints (PEs). PEs are managed by DMS and are transparent to the user.
@@ -73,4 +73,4 @@ You may now [proceed to the next lab](#next).
7373

7474
* **Author** - Alex Kotopoulis, Director, Product Management
7575
* **Contributors** - Kiana McDaniel, Hanna Rakhsha, Killian Lynch, Solution Engineers, Austin Specialist Hub
76-
* **Last Updated By/Date** - Jorge Martinez, Product Manager, July 2022
76+
* **Last Updated By/Date** - Jorge Martinez, Product Manager, May 2025

dms-online/introduction/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ In the current release of DMS we support Oracle databases located on-premises, i
2121

2222
| | |
2323
|--------------------------|-------------------------|
24-
| Source Databases | Oracle DB 11g, 12c, 18c, 19c ,21c: <br>on-premises, third-party cloud, OCI. |
24+
| Source Databases | Oracle DB 11g, 12c, 18c, 19c ,21c, 23ai: <br>on-premises, third-party cloud, OCI. |
2525
| Target Databases | ADB serverless and dedicated <br> Co-managed Oracle Base Database (VM, BM)<br> Exadata on Oracle Public Cloud. |
2626
| Supported Source Environments| Oracle Cloud Infrastructure co-managed databases or on-premises environments<br>Amazon Web Services RDS Oracle Database <br>Linux-x86-64, IBM AIX <br>Oracle Solaris |
2727
| Migration Modes | Direct Access to Source <br>(VPN or Fast Connect) Indirect Access to Source <br>(Agent on Source Env) | |
28-
| Initial Load <br> (Offline Migration) | Logical Migration using <br>Data Pump to Object Store <br>Data Pump using SQLnet | |
28+
| Initial Load <br> (Offline Migration) | Logical Migration using <br>Data Pump to Object Store <br>Data Pump using SQLnet <br>Data Pump via file storage | |
2929
| Replication <br> (Online Migration) | GoldenGate Integrated Service <br> GoldenGate Marketplace |
3030

3131
The DMS service runs as a managed cloud service separated from the user's tenancy and resources. The service operates as a multitenant service in a DMS Service Tenancy and communicates with the user's resources using Private Endpoints (PEs). PEs are managed by DMS and are transparent to the user.

dms-online/register-and-migrate-terraform/create-registered-databases-terraform.md

Lines changed: 19 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -36,28 +36,26 @@ For this task you need the following info from previous steps:
3636

3737
1. In the OCI Console Menu ![](images/hamburger.png =22x22), go to **Migration & Disaster Recovery > Database Migration > Database Connections**
3838

39-
![Screenshot of Database Connections navigation](images/db-connection.png =90%x*)
39+
![database connection navigation](images/db-connection.png =50%x*)
4040

4141
2. Select your assigned compartment. Identify the value assigned to you in the **Reservation Information** then in OCI go to the **Compartment** field and look for the value under Root / Livelabs, an example is displayed below:
4242

43-
![Screenshot to select compartment](images/compartment-selection.png =90%x*)
43+
![Screenshot to select compartment](images/compartment-selection.png =50%x*)
4444

4545
3. Press **Create connection**
4646

47-
![Screenshot of click create connection](images/create-connection.png =90%x*)
47+
![Screenshot of click create connection](images/click-create-db.png =50%x*)
4848

4949
4. On the page General information, fill in the following entries, otherwise leave defaults:
5050
- Name: **SourceCDB**
5151
- Type: **Oracle Database**
5252
- Vault: **DMSVault**
5353
- Encryption Key: **DMSKey**
54-
55-
5. Press **Next**
5654

5755
![Screenshot of database details and click next](images/database-details-cdb.png =50%x*)
5856

59-
6. On the page Connection details, fill in the following entries, otherwise leave defaults:
60-
- Database details, select **Enter database information**
57+
5. On the page Connection details, fill in the following entries, otherwise leave defaults:
58+
- Database details, select **Enter database connection details**
6159
- Database connection string : **CDB Connection String** value from the terraform output
6260
- Initial load database username: **system**
6361
- Initial load database password: Select **Admin Password** value from Terraform output
@@ -67,11 +65,11 @@ For this task you need the following info from previous steps:
6765

6866
Please uncheck the checkbox **Create private endpoint to access this database**.
6967

70-
7. Press **Create**
68+
6. Press **Create**
7169

7270
![Screenshot of confirm create connection](images/connection-details-cdb.png =50%x*)
7371

74-
8. Wait for connection to get created and press **Test connection** to confirm that your Database Connection details are correct
72+
7. Wait for connection to get created and press **Test connection** to confirm that your Database Connection details are correct
7573

7674
![Screenshot of CDB connection test](images/test-cdb.png =50%x*)
7775
- If the test is not successful, correct your connection details and try again.
@@ -87,11 +85,11 @@ For this task you need the following info from previous steps:
8785

8886
1. In the OCI Console Menu ![](images/hamburger.png =22x22), go to **Migration & Disaster Recovery > Database Migration > Database Connections**
8987

90-
![Screenshot of Database Connections navigation](images/db-connection.png =90%x*)
88+
![Screenshot of Database Connections navigation](images/db-connection.png =50%x*)
9189

9290
2. Press **Create connection**
9391

94-
![Screenshot of click create connection](images/create-connection-pdb.png =90%x*)
92+
![Screenshot of click create connection](images/create-connection-pdb.png =50%x*)
9593

9694
3. On the page General information, fill in the following entries, otherwise leave defaults:
9795
- Name: **SourcePDB**
@@ -104,7 +102,7 @@ For this task you need the following info from previous steps:
104102
![Screenshot of database details and click next](images/database-details-pdb.png =50%x*)
105103

106104
5. On the page Connection details, fill in the following entries, otherwise leave defaults:
107-
- Database details, select **Enter database information**
105+
- Database details, select **Enter database connection details**
108106
- Database connection string: **PDB Connection String** value from the terraform output
109107
- Initial load database username: **system**
110108
- Initial load database password: Select **Admin Password** value from Terraform output
@@ -132,11 +130,11 @@ For this task you need the following info from previous steps:
132130

133131
1. In the OCI Console Menu ![](images/hamburger.png =22x22), go to **Migration & Disaster Recovery > Database Migration > Database Connections**
134132

135-
![Screenshot of Database Connections navigation](images/db-connection.png =90%x*)
133+
![Screenshot of Database Connections navigation](images/db-connection.png =50%x*)
136134

137135
2. Press **Create connection**
138136

139-
![Screenshot of click create connection](images/create-connection-adb.png =90%x*)
137+
![Screenshot of click create connection](images/create-connection-adb.png =50%x*)
140138

141139
3. On the page General information, fill in the following entries, otherwise leave defaults:
142140
- Name: **TargetADB**
@@ -176,36 +174,29 @@ For this task you need the following info from previous steps:
176174

177175
1. In the OCI Console Menu ![](images/hamburger.png =22x22), go to **Migration & Disaster Recovery > Database Migration > Migrations**
178176

179-
![Screenshot of Migrations navigation](images/migration-nav.png =90%x*)
177+
![Screenshot of Migrations navigation](images/migration-create.png =50%x*)
180178

181179
2. Press **Create Migration**
182180

183-
![Screenshot of press create migration](images/press-create-migration.png =90%x*)
181+
![Screenshot of press create migration](images/press-create-migration.png =50%x*)
184182

185-
3. On the page **General information**, fill in the following entries, otherwise leave defaults:
183+
3. Fill in the following entries, otherwise leave defaults:
186184
- Name: **TestMigration**
187-
188-
![Screenshot to add vault details](images/add-details.png =40%x*)
189-
190-
4. Press **Next**
191-
192-
5. On the page **Select Databases**, fill in the following entries with the Database Connections created in tasks 1 to 3, otherwise leave defaults:
193185
- Source Database connection: **SourcePDB**
194-
- *Check* Database is pluggable database (PDB)
195-
- Container database connection: **SourceCDB**
196186
- Target Database connection: **TargetADB**
197187

198188
![Screenshot of source db selection](images/select-databases.png =50%x*)
199189

200-
6. On the page **Migration Options**, fill in the following entries, otherwise leave defaults:
190+
5. On the page **Migration Options**, fill in the following entries, otherwise leave defaults:
201191
- Transfer medium for initial load: **Datapump via Object Storage**
202192
- Export Directory Object:
203193
- Name: **dumpdir**
204194
- Path: **/u01/app/oracle/dumpdir**
205195
- Source Database file system SSL wallet path: **/u01/app/oracle/myserverwallet**
206196
- Object Storage Bucket: **DMSStorage-#####**
207197
- Select **Use online replication**
208-
198+
- *Check* Database is pluggable database (PDB)
199+
- Container database connection: **SourceCDB**
209200

210201
![Screenshot for migration options](images/test-migration.png =50%x*)
211202

@@ -225,4 +216,4 @@ You may now [proceed to the next lab](#next).
225216
## Acknowledgments
226217
* **Author** - Alex Kotopoulis, Director, Product Management
227218
* **Contributors** - Kiana McDaniel, Hanna Rakhsha, Killian Lynch, Solution Engineers, Austin Specialist Hub
228-
* **Last Updated By/Date** - Jorge Martinez, Product Manager, June 2024
219+
* **Last Updated By/Date** - Jorge Martinez, Product Manager, May 2025
60.6 KB
Loading
129 KB
Loading
-6.21 KB
Loading
-10.5 KB
Loading
-9.58 KB
Loading
-51 KB
Loading
-97.9 KB
Loading

0 commit comments

Comments
 (0)