Skip to content

Commit

Permalink
Final changes for OCW24 (#49)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
KellyDSmith-orcl authored Aug 21, 2024
1 parent 9c6f645 commit 502341b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion recovery-service/metrics-alarms/metrics-alarms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 6 additions & 5 deletions recovery-service/pit-restore/pit-restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -79,8 +79,9 @@ In this lab, you will:
```
SQL> <copy>select * from customer;</copy>
```
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> <copy>Select CURRENT_SCN as BEFORE_DELETE from v$database;</copy>
```
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 502341b

Please sign in to comment.