diff --git a/dms-online/introduction-terraform/introduction.md b/dms-online/introduction-terraform/introduction.md
index c85b76732..0ef80e055 100644
--- a/dms-online/introduction-terraform/introduction.md
+++ b/dms-online/introduction-terraform/introduction.md
@@ -2,15 +2,15 @@
The labs in this workshop will walk you through all the steps to get started using Oracle Cloud Infrastructure (OCI) Database Migration (DMS).
-For these labs convenience the following resources have been created in advance:
+For the convenience of these labs the following resource prerequisites have been created in advance:
-* A Vault
+* A Vault and a Key
* A Virtual Cloud Network (VCN)
* An Object Storage Bucket
-* An Oracle Database 19c instance
-* An Oracle Autonomous Database (ADB) instance
+* An Oracle Database 19c instance (source)
+* An Oracle Autonomous Database (ADB) instance (target)
-You will create Database Connections for the source and target databases. You will also create a Migration that you will Validate and finally you will Run the actual migration.
+You will create the Database Connections for the source and target databases. You will also create an online Migration that you will later Validate and finally you will Run the actual migration.
With DMS we make it quick and easy for you to migrate databases from on-premises, Oracle or third-party cloud into Oracle databases on OCI.
@@ -18,7 +18,7 @@ Watch the video below for an overview of Oracle Database Migration.
[](youtube:1qHjaRFlPUo)
-Estimated workshop time: 180 minutes
+Estimated workshop time: 40 minutes
## About OCI Database Migration
@@ -35,7 +35,7 @@ In the current release of DMS we support Oracle databases located on-premises, i
| Target Databases | ADB serverless and dedicated
Co-managed Oracle Base Database (VM, BM)
Exadata on Oracle Public Cloud. |
| Supported Source Environments| Oracle Cloud Infrastructure co-managed databases or on-premises environments
Amazon Web Services RDS Oracle Database
Linux-x86-64, IBM AIX
Oracle Solaris |
| Migration Modes | Direct Access to Source
(VPN or Fast Connect) Indirect Access to Source
(Agent on Source Env) | |
-| Initial Load
(Offline Migration) | Logical Migration using
Data Pump to Object Store
Data Pump using SQLnet | |
+| Initial Load
(Offline Migration) | Logical Migration using:
Data Pump to Object Store
Data Pump using SQLnet | |
| Replication
(Online Migration) | GoldenGate Integrated Service
GoldenGate Marketplace |
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.
@@ -48,7 +48,7 @@ The DMS service runs as a managed cloud service separated from the user's tenanc
* **Migration Job**: A Migration Job displays the state or a given Migration execution, either for validation or migration purposes. A job consists of a number of sequential phases, users can opt to wait after a given phase for user input to resume with the following phase.
* **Database Connection**: A Database Connection represents information about a source or target database, such as connection details and authentication credentials. DMS uses the OCI Vault to store credentials. A Database Connection is reusable across multiple Migrations.
-Estimated Lab Time: 180 minutes -- this estimate is for the entire workshop - it is the sum of the estimates provided for each of the labs included in the workshop.
+Estimated Lab Time: 40 minutes -- this estimate is for the entire workshop - it is the sum of the estimates provided for each of the labs included in the workshop.
### Objectives
@@ -56,7 +56,7 @@ Estimated Lab Time: 180 minutes -- this estimate is for the entire workshop - it
In this lab, you will:
* Create Database Connections
-* Create, Validate, and Run a Migration
+* Create, Validate, and Run an Online Migration
### Prerequisites
diff --git a/dms-online/workshops/ocw-livelabs/manifest.json b/dms-online/workshops/ocw-livelabs/manifest.json
index 061cbae7e..ca7c83380 100644
--- a/dms-online/workshops/ocw-livelabs/manifest.json
+++ b/dms-online/workshops/ocw-livelabs/manifest.json
@@ -12,7 +12,7 @@
"filename": "../../introduction-terraform/introduction.md"
},
{
- "title": "Lab 1: Register and Setup Migration",
+ "title": "Lab 1: Create Database Connections and Setup Migration",
"filename": "../../register-and-migrate-terraform/create-registered-databases-terraform.md"
},
{