Skip to content

Commit

Permalink
OCI DMS - Online migration (#638)
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

* 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

---------

Co-authored-by: Hope Fisher <[email protected]>
  • Loading branch information
jorgeame and hope-fisher authored Aug 19, 2024
1 parent 1559e46 commit eda4154
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ For this task you need the following info from previous steps:

6. On the page Connection details, fill in the following entries, otherwise leave defaults:
- Database details, select **Enter database information**
- Database connection string (use this format host:port/db service name): **DBCS Public IP**:**1521**/**DBCS CDB Service** get this values from the terraform output
- Database connection string : **CDB Connection String** value from the terraform output
- Initial load database username: **system**
- Initial load database password: Select **Admin Password** value from Terraform output
- Select **Use different credentials for replication**
Expand Down Expand Up @@ -105,7 +105,7 @@ For this task you need the following info from previous steps:

5. On the page Connection details, fill in the following entries, otherwise leave defaults:
- Database details, select **Enter database information**
- Database connection string (use this format host:port/db service name): **DBCS Public IP**:**1521**/**DBCS PDB Service** get this values from the terraform output
- Database connection string: **PDB Connection String** value from the terraform output
- Initial load database username: **system**
- Initial load database password: Select **Admin Password** value from Terraform output
- Select **Use different credentials for replication**
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,13 @@ In this lab, you will:
Enter the following command to run SQL*Plus:
```
<copy>
sqlplus system/<admin_password>@<dbcs_public_ip>:1521/<dbcs_pdb_service>
sqlplus system/<admin_password>@<PDB Connection String>
</copy>
```

Please replace the following placeholders withe the actual values from terraform output:
* <admin\_password\>
* <dbcs\_public\_ip\>
* <dbcs\_pdb\_service\>
* <PDB\_Connection\_String\>

![Screenshot of Cloud Shell and SQLPlus](images/cloudshell_sqlplus.png =90%x*)

Expand Down Expand Up @@ -157,7 +156,7 @@ In this lab, you will:
![Screenshot of resume job switchover](./images/resume-job-switchover.png " ")
19. After Job resumes and changes the status to WAITING after Switchover App phase, press Resume. Select the last phase Cleanup and press Resume:
19. Once the Job status is WAITING and Switchover phase is Comleted , press Resume gaain:
![Screenshot of resume job cleanup](./images/resume-job-cleanup.png =60%x*)
20. The migration runs the final cleanup phases and shows as Succeeded when finished:
Expand Down

0 comments on commit eda4154

Please sign in to comment.