From 502341b7a6ea9218a02e375ea8a3871cd3c3f5e3 Mon Sep 17 00:00:00 2001
From: Kelly Smith <69486986+KellyDSmith-orcl@users.noreply.github.com>
Date: Wed, 21 Aug 2024 15:59:01 -0700
Subject: [PATCH] Final changes for OCW24 (#49)
* Added Recovery Service HOL
* Removing my changes to test publish
* Added intro, tenancy config, anto backup
* added PIT, monitor, alarms
* Swapped intro and get started
* Add RCV setup & auto backup details
* Updated auto backup
* latest updates
* Spell check update
* Added customize auto backup
* adjusted to customize workflow
* Finished auto backup adjustments
* Adjusted PIT and added OCW folder
* Adjusting PIT workflow
* Updated flow for PIT
* updated PIT and metrics tasks
* flow tweaks
* Description updates
* updates and added terraform
* Added estimated time update for PIT
* Added OCW help link
* adjusted metrics and added an example
* Made the change in the correct manifest file for Recovery Service
* Added adhoc backup
* manual to adhoc
* adhoc to on-demand
* changed structure to on-demand
* lowercase everything
* Alt text added for all images
* Moved everything to a subfolder to force case update sync
* Moved back to standard directory structure to fix case
* Updated help contact in all workshop manifests and removed a lingering template note in config-tenancy
* adjusted the image
* Minor changes after Aug 10 walk through
* Fixed text and image alignment, adjusted note entries to correct syntax, adjusted filename and OCW help
* Adjusted the note text
* updated the estimated time label, moved the appendix, adjusted the link for the tenancy manifest, adjusted the indents, and fixed the broken image in Lab 3 & 4.
* Updated titles
* adjust the OCW help
* Fixed typos and incorrect screen shots
* update for cloud shell
* Cloud shell image adjustment
* Alt text for images
* Updates for OCW tutorial timeline and names
* Updates to match the latest UI in OCI
* Date changes from 2023 to 2024
* Fixed a couple words in the steps to match the UI more closely
* Minor changes for clarity
---------
Signed-off-by: Kelly Smith <69486986+KellyDSmith-orcl@users.noreply.github.com>
---
recovery-service/metrics-alarms/metrics-alarms.md | 2 +-
recovery-service/pit-restore/pit-restore.md | 11 ++++++-----
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/recovery-service/metrics-alarms/metrics-alarms.md b/recovery-service/metrics-alarms/metrics-alarms.md
index 1074bc6..112087c 100644
--- a/recovery-service/metrics-alarms/metrics-alarms.md
+++ b/recovery-service/metrics-alarms/metrics-alarms.md
@@ -64,7 +64,7 @@ In this lab, you will:
* Define alarm notifications
* Destination service: Notifications
* Compartment: Your compartment name
- * Click Create a topic
+ * Click Create a topic (Note: You will not be able to save the topic in the lab environment)
* Topic name: High-Data-Loss
* Subscription protocol: Email
* Subscription email: Enter an email you would like to use to see the results
diff --git a/recovery-service/pit-restore/pit-restore.md b/recovery-service/pit-restore/pit-restore.md
index 98989cd..bc15356 100644
--- a/recovery-service/pit-restore/pit-restore.md
+++ b/recovery-service/pit-restore/pit-restore.md
@@ -30,8 +30,8 @@ In this lab, you will:
1. Open OCI Cloud Shell by clicking the drop-down in the top right
![Launch point location for Cloud Shell](images/cloud_shell_button.png)
-
-2. Click OK if a prompt appears regarding processor type.
+
+2. Click Close if a prompt appears regarding processor type.
3. Type N to exit out of the Cloud Shell tutorial.
@@ -79,8 +79,9 @@ In this lab, you will:
```
SQL> select * from customer;
```
-
-12. Capture the SCN for the database before being malicious:
+
+12. Capture the SCN for the database before being malicious.
+* Note: This SCN will be used later in the lab.
```
SQL> Select CURRENT_SCN as BEFORE_DELETE from v$database;
```
@@ -136,7 +137,7 @@ In this lab, you will:
5. Select Restore to SCN in the Restore Database dialog
![Restore to SCN dialog](images/basedb_restore_dialog.png)
-6. Enter the SCN captured from BEFORE_DELETE in Task 2, Step 7 above
+6. Enter the SCN captured from BEFORE_DELETE in Task 2, Step 12 above
7. Click Restore Database