Skip to content

Commit

Permalink
OCI DMS - Online migration (#468)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
jorgeame authored Feb 20, 2024
1 parent e74e901 commit 93d21b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions dms-online/introduction-terraform/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@

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.

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

Expand All @@ -35,7 +35,7 @@ In the current release of DMS we support Oracle databases located on-premises, i
| Target Databases | ADB serverless and dedicated <br> Co-managed Oracle Base Database (VM, BM)<br> Exadata on Oracle Public Cloud. |
| 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 |
| Migration Modes | Direct Access to Source <br>(VPN or Fast Connect) Indirect Access to Source <br>(Agent on Source Env) | |
| Initial Load <br> (Offline Migration) | Logical Migration using <br>Data Pump to Object Store <br>Data Pump using SQLnet | |
| Initial Load <br> (Offline Migration) | Logical Migration using: <br>Data Pump to Object Store <br>Data Pump using SQLnet | |
| Replication <br> (Online Migration) | GoldenGate Integrated Service <br> 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.
Expand All @@ -48,15 +48,15 @@ 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

In this lab, you will:

* Create Database Connections
* Create, Validate, and Run a Migration
* Create, Validate, and Run an Online Migration

### Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion dms-online/workshops/ocw-livelabs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand Down

0 comments on commit 93d21b6

Please sign in to comment.