diff --git a/app-continuity-fundamentals/intro/images/maa_overview.png b/app-continuity-fundamentals/intro/images/maa_overview.png
index 4454ff1f2..9aee4e247 100644
Binary files a/app-continuity-fundamentals/intro/images/maa_overview.png and b/app-continuity-fundamentals/intro/images/maa_overview.png differ
diff --git a/app-continuity-fundamentals/intro/intro.md b/app-continuity-fundamentals/intro/intro.md
index 80e7645d8..1c03a3a29 100644
--- a/app-continuity-fundamentals/intro/intro.md
+++ b/app-continuity-fundamentals/intro/intro.md
@@ -34,14 +34,14 @@ Estimated Workshop Time: 2 hours
Oracle Application Continuity provides:
* Continuous availability for applications
-![](./images/racandassociated.png " ")
+![RAC and Associated Technologies](./images/racandassociated.png " ")
## Application Continuity and MAA
Oracle MAA is a collection of architecture, configuration, and life cycle best practices and blueprints. It provides Oracle’s customers with valuable insights and expert recommendations which have been validated and tested working with enterprise customers. This is also an outcome of ongoing communication, with the community of database architects, software engineers, and database strategists, that helps Oracle develop a deep and complete understanding of various kinds of events that can affect availability or data integrity. Over the years, this led to the development and natural evolution of an array of availability reference architectures.
Application Continuity extends the MAA architecture to the application tier.
-![](./images/maa_overview.png " ")
+![MAA Overview](./images/maa_overview.png " ")
## More Information on Oracle Application Continuity
diff --git a/app-continuity-fundamentals/setup/setup-compute.md b/app-continuity-fundamentals/setup/setup-compute.md
index 518d5fa9b..eb38117cb 100644
--- a/app-continuity-fundamentals/setup/setup-compute.md
+++ b/app-continuity-fundamentals/setup/setup-compute.md
@@ -21,7 +21,7 @@ For more information about Terraform and Resource Manager, please see the append
If you already have a VCN setup, proceed to *Step 1B*.
1. Click on the link below to download the Resource Manager zip file you need to build your environment.
-- [dbsystemrac.zip](https://objectstorage.uk-london-1.oraclecloud.com/p/Wg4n8mJxd9bwfANNP1cHyTT95-6R201K0Z2VwDRFKcURy0H9mQhIrjIf8UM5rljE/n/lrojildid9yx/b/labtest_bucket/o/dbsystemrac.zip)
+- [dbsystemrac.zip](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/db_system_rac_tf.zip)
2. Save in your downloads folder.
3. Login to Oracle Cloud
@@ -89,7 +89,7 @@ If you just completed Step 1A, please proceed to [Step 2](#STEP2:TerraformPlan(O
If you do not know how to add egress rules, skip to the Appendix to add rules to your VCN. *Note: We recommend using our stack for ease of deployment and to reduce the potential for error.*
1. Click on the link below to download the Resource Manager zip file you need to build your environment.
- - [db_system_rac.zip](https://objectstorage.uk-london-1.oraclecloud.com/p/pPV7w50bgS2qV-lLA7KQFEN4PN_ulXyrrYz1HbixQZw/n/lrojildid9yx/b/labtest_bucket/o/db_system_rac.zip)
+-[db_system_rac.zip] (https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/db_system_rac_tf.zip)
2. Save in your downloads folder.
3. Open up the hamburger menu in the left hand corner. Choose the compartment in which you would like to install. Choose **Resource Manager > Stacks**.
diff --git a/edition-based-redefinition/connect-adb/connect-adb-new.md b/edition-based-redefinition/connect-adb/connect-adb-new.md
index 7386959e9..926fbd94d 100644
--- a/edition-based-redefinition/connect-adb/connect-adb-new.md
+++ b/edition-based-redefinition/connect-adb/connect-adb-new.md
@@ -70,27 +70,28 @@ The LiveLabs Sandbox environment comes with a pre-created Autonomous Database (A
1. Using the same cloud shell console, download the required lab files
```text
- wget http://bit.ly/ebrlabs
+ wget https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/ebronline.zip
```
- Verify the download of the file `ebrlabs` using the list command ls -ltr as provided in the screenshot.
- ![Download ebrlabs](images/download-ebrlabs.png " ")
+ Verify the download of the file `ebronline.zip` using the list command ls -ltr as provided in the screenshot.
-2. Unzip the ebrlabs file
+ ![Download ebronline](images/download-ebronline.png " ")
+
+2. Unzip the ebronline file
```text
- unzip ebrlabs
+ unzip ebronline.zip
```
- ![Unzip ebrlabs](images/unzip-ebrlabs.png " ")
+ ![Unzip ebronline](images/unzip-ebronline.png " ")
It should have two folders **initial_setup** and **changes**, with a bunch of SQL and XML files. Verify using the list command ls -ltr as provided in the screenshot.
- ![Ebrlabs folders](images/ebrlabs-folders.png " ")
+ ![Ebronline folders](images/ebronline-folders.png " ")
You have successfully downloaded the ADB wallet and lab files. [Proceed to the next lab](#next) to setup the HR schema.
## Acknowledgements
-- Author - Ludovico Caldara and Suraj Ramesh
-- Last Updated By/Date -Suraj Ramesh, August 2023
+- Authors - Ludovico Caldara,Senior Principal Product Manager,Oracle MAA PM Team and Suraj Ramesh,Principal Product Manager,Oracle MAA PM Team
+- Last Updated By/Date -Suraj Ramesh, November 2024
diff --git a/edition-based-redefinition/connect-adb/connect-adb.md b/edition-based-redefinition/connect-adb/connect-adb.md
index 009182fb8..29943e30a 100644
--- a/edition-based-redefinition/connect-adb/connect-adb.md
+++ b/edition-based-redefinition/connect-adb/connect-adb.md
@@ -18,7 +18,7 @@ In this lab, you will
### Prerequisites
-This lab assumes you have performed the previous lab on provisioning an Oracle Autonomous Database or you already have an existing Autonomous Database.The LiveLabs Sandbox environment comes with a pre-created Autonomous Database (ATP).
+This lab assumes you have performed the previous lab on provisioning an Oracle Autonomous Database or you already have an existing Autonomous Database.
## Task 1: Download the Autonomous Database wallet
@@ -72,27 +72,28 @@ This lab assumes you have performed the previous lab on provisioning an Oracle A
1. Using the same cloud shell console, download the required lab files
```text
- wget http://bit.ly/ebrlabs
+ wget https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/ebronline.zip
```
- Verify the download of the file `ebrlabs` using the list command ls -ltr as provided in the screenshot.
- ![Download ebrlabs](images/download-ebrlabs.png " ")
+ Verify the download of the file `ebronline.zip` using the list command ls -ltr as provided in the screenshot.
-2. Unzip the ebrlabs file
+ ![Download ebronline](images/download-ebronline.png " ")
+
+2. Unzip the ebronline file
```text
- unzip ebrlabs
+ unzip ebronline.zip
```
- ![Unzip ebrlabs](images/unzip-ebrlabs.png " ")
+ ![Unzip ebronline](images/unzip-ebronline.png " ")
It should have two folders **initial_setup** and **changes**, with a bunch of SQL and XML files. Verify using the list command ls -ltr as provided in the screenshot.
- ![Ebrlabs folders](images/ebrlabs-folders.png " ")
+ ![Ebronline folders](images/ebronline-folders.png " ")
You have successfully downloaded the ADB wallet and lab files. [Proceed to the next lab](#next) to setup the HR schema.
## Acknowledgements
-- Author - Ludovico Caldara and Suraj Ramesh
-- Last Updated By/Date -Suraj Ramesh, Feb 2023
+- Authors - Ludovico Caldara,Senior Principal Product Manager,Oracle MAA PM Team and Suraj Ramesh,Principal Product Manager,Oracle MAA PM Team
+- Last Updated By/Date -Suraj Ramesh, November 2024
diff --git a/edition-based-redefinition/connect-adb/images/download-ebrlabs.png b/edition-based-redefinition/connect-adb/images/download-ebrlabs-old.png
similarity index 100%
rename from edition-based-redefinition/connect-adb/images/download-ebrlabs.png
rename to edition-based-redefinition/connect-adb/images/download-ebrlabs-old.png
diff --git a/edition-based-redefinition/connect-adb/images/download-ebronline.png b/edition-based-redefinition/connect-adb/images/download-ebronline.png
new file mode 100644
index 000000000..42cc79126
Binary files /dev/null and b/edition-based-redefinition/connect-adb/images/download-ebronline.png differ
diff --git a/edition-based-redefinition/connect-adb/images/ebronline-folders.png b/edition-based-redefinition/connect-adb/images/ebronline-folders.png
new file mode 100644
index 000000000..9c5dd4cad
Binary files /dev/null and b/edition-based-redefinition/connect-adb/images/ebronline-folders.png differ
diff --git a/edition-based-redefinition/connect-adb/images/ocid-atp.png b/edition-based-redefinition/connect-adb/images/ocid-atp.png
index 3c8dcb047..14d431375 100644
Binary files a/edition-based-redefinition/connect-adb/images/ocid-atp.png and b/edition-based-redefinition/connect-adb/images/ocid-atp.png differ
diff --git a/edition-based-redefinition/connect-adb/images/select-compartment.png b/edition-based-redefinition/connect-adb/images/select-compartment.png
index df10ef6b5..19a6d120f 100644
Binary files a/edition-based-redefinition/connect-adb/images/select-compartment.png and b/edition-based-redefinition/connect-adb/images/select-compartment.png differ
diff --git a/edition-based-redefinition/connect-adb/images/unzip-ebronline.png b/edition-based-redefinition/connect-adb/images/unzip-ebronline.png
new file mode 100644
index 000000000..9d8f28822
Binary files /dev/null and b/edition-based-redefinition/connect-adb/images/unzip-ebronline.png differ
diff --git a/edition-based-redefinition/directory-syncmetadata/directory-syncmetadata-new.md b/edition-based-redefinition/directory-syncmetadata/directory-syncmetadata-new.md
index 6852699df..c3d3ea54c 100644
--- a/edition-based-redefinition/directory-syncmetadata/directory-syncmetadata-new.md
+++ b/edition-based-redefinition/directory-syncmetadata/directory-syncmetadata-new.md
@@ -110,5 +110,5 @@ You have successfully reorganized the changelog directory structure and synchron
## Acknowledgements
-- Authors - Ludovico Caldara and Suraj Ramesh
-- Last Updated By/Date - Suraj Ramesh, August 2023
+- Authors - Ludovico Caldara,Senior Principal Product Manager,Oracle MAA PM Team and Suraj Ramesh,Principal Product Manager,Oracle MAA PM Team
+- Last Updated By/Date -Suraj Ramesh, November 2024
\ No newline at end of file
diff --git a/edition-based-redefinition/directory-syncmetadata/directory-syncmetadata.md b/edition-based-redefinition/directory-syncmetadata/directory-syncmetadata.md
index a9b8233d8..c60e221c1 100644
--- a/edition-based-redefinition/directory-syncmetadata/directory-syncmetadata.md
+++ b/edition-based-redefinition/directory-syncmetadata/directory-syncmetadata.md
@@ -110,5 +110,5 @@ You have successfully reorganized the changelog directory structure and synchron
## Acknowledgements
-- Authors - Ludovico Caldara and Suraj Ramesh
-- Last Updated By/Date - Suraj Ramesh, Feb 2023
+- Authors - Ludovico Caldara,Senior Principal Product Manager,Oracle MAA PM Team and Suraj Ramesh,Principal Product Manager,Oracle MAA PM Team
+- Last Updated By/Date -Suraj Ramesh, November 2024
\ No newline at end of file
diff --git a/edition-based-redefinition/introduction/intro-new.md b/edition-based-redefinition/introduction/intro-new.md
index 1e632d206..5f2f778ae 100644
--- a/edition-based-redefinition/introduction/intro-new.md
+++ b/edition-based-redefinition/introduction/intro-new.md
@@ -63,4 +63,4 @@ You can also run this workshop with the Always Free offering in your tenancy! Yo
## Acknowledgements
- Authors - Ludovico Caldara,Senior Principal Product Manager,Oracle MAA PM Team and Suraj Ramesh,Principal Product Manager,Oracle MAA PM Team
-- Last Updated By/Date - Suraj Ramesh, August 2023
+- Last Updated By/Date -Suraj Ramesh, November 2024
diff --git a/edition-based-redefinition/introduction/intro.md b/edition-based-redefinition/introduction/intro.md
index a83865636..b102ee1ea 100644
--- a/edition-based-redefinition/introduction/intro.md
+++ b/edition-based-redefinition/introduction/intro.md
@@ -63,4 +63,4 @@ You can run this workshop also with the Always Free offering in your tenancy! Yo
## Acknowledgements
- Authors - Ludovico Caldara,Senior Principal Product Manager,Oracle MAA PM Team and Suraj Ramesh,Principal Product Manager,Oracle MAA PM Team
-- Last Updated By/Date - Suraj Ramesh, Feb 2023
+- Last Updated By/Date -Suraj Ramesh, November 2024
diff --git a/edition-based-redefinition/lb-genschema/lb-genschema-new.md b/edition-based-redefinition/lb-genschema/lb-genschema-new.md
index 4d4b06381..522630941 100644
--- a/edition-based-redefinition/lb-genschema/lb-genschema-new.md
+++ b/edition-based-redefinition/lb-genschema/lb-genschema-new.md
@@ -84,5 +84,5 @@ You have successfully generated the changelog for the HR schema using Liquibase.
## Acknowledgements
-- Authors - Ludovico Caldara and Suraj Ramesh
-- Last Updated By/Date - Suraj Ramesh, August 2023
\ No newline at end of file
+- Authors - Ludovico Caldara,Senior Principal Product Manager,Oracle MAA PM Team and Suraj Ramesh,Principal Product Manager,Oracle MAA PM Team
+- Last Updated By/Date -Suraj Ramesh, November 2024
\ No newline at end of file
diff --git a/edition-based-redefinition/lb-genschema/lb-genschema.md b/edition-based-redefinition/lb-genschema/lb-genschema.md
index 07e0b3a89..d837739d9 100644
--- a/edition-based-redefinition/lb-genschema/lb-genschema.md
+++ b/edition-based-redefinition/lb-genschema/lb-genschema.md
@@ -83,5 +83,5 @@ You have successfully generated the changelog for the HR schema using Liquibase.
## Acknowledgements
-- Authors - Ludovico Caldara and Suraj Ramesh
-- Last Updated By/Date - Suraj Ramesh, Feb 2023
\ No newline at end of file
+- Authors - Ludovico Caldara,Senior Principal Product Manager,Oracle MAA PM Team and Suraj Ramesh,Principal Product Manager,Oracle MAA PM Team
+- Last Updated By/Date -Suraj Ramesh, November 2024
\ No newline at end of file
diff --git a/edition-based-redefinition/review-hr-schema/review-hr-schema-new.md b/edition-based-redefinition/review-hr-schema/review-hr-schema-new.md
index 1468a1e2e..ee38ee6f1 100644
--- a/edition-based-redefinition/review-hr-schema/review-hr-schema-new.md
+++ b/edition-based-redefinition/review-hr-schema/review-hr-schema-new.md
@@ -79,6 +79,6 @@ You have successfully reviewed the HR schema. [Proceed to the next lab](#next) t
## Acknowledgements
-- Authors - Ludovico Caldara and Suraj Ramesh
-- Last Updated By/Date - Suraj Ramesh, August 2023
+- Authors - Ludovico Caldara,Senior Principal Product Manager,Oracle MAA PM Team and Suraj Ramesh,Principal Product Manager,Oracle MAA PM Team
+- Last Updated By/Date -Suraj Ramesh, November 2024
diff --git a/edition-based-redefinition/review-hr-schema/review-hr-schema.md b/edition-based-redefinition/review-hr-schema/review-hr-schema.md
index e556c5f98..ea231a115 100644
--- a/edition-based-redefinition/review-hr-schema/review-hr-schema.md
+++ b/edition-based-redefinition/review-hr-schema/review-hr-schema.md
@@ -79,6 +79,6 @@ You have successfully reviewed the HR schema. [Proceed to the next lab](#next) t
## Acknowledgements
-- Authors - Ludovico Caldara and Suraj Ramesh
-- Last Updated By/Date - Suraj Ramesh, Feb 2023
+- Authors - Ludovico Caldara,Senior Principal Product Manager,Oracle MAA PM Team and Suraj Ramesh,Principal Product Manager,Oracle MAA PM Team
+- Last Updated By/Date -Suraj Ramesh, November 2024
diff --git a/edition-based-redefinition/review-update-newedition/review-update-newedition-new.md b/edition-based-redefinition/review-update-newedition/review-update-newedition-new.md
index e6f3c139e..07ec800f0 100644
--- a/edition-based-redefinition/review-update-newedition/review-update-newedition-new.md
+++ b/edition-based-redefinition/review-update-newedition/review-update-newedition-new.md
@@ -146,5 +146,5 @@ You have successfully deployed the changelog for the new edition of the HR schem
## Acknowledgements
-- Authors - Ludovico Caldara and Suraj Ramesh
-- Last Updated By/Date - Suraj Ramesh, August 2023
+- Authors - Ludovico Caldara,Senior Principal Product Manager,Oracle MAA PM Team and Suraj Ramesh,Principal Product Manager,Oracle MAA PM Team
+- Last Updated By/Date -Suraj Ramesh, November 2024
diff --git a/edition-based-redefinition/review-update-newedition/review-update-newedition.md b/edition-based-redefinition/review-update-newedition/review-update-newedition.md
index 9138775a7..9ad786c06 100644
--- a/edition-based-redefinition/review-update-newedition/review-update-newedition.md
+++ b/edition-based-redefinition/review-update-newedition/review-update-newedition.md
@@ -144,5 +144,5 @@ You have successfully deployed the changelog for the new edition of the HR schem
## Acknowledgements
-- Authors - Ludovico Caldara and Suraj Ramesh
-- Last Updated By/Date - Suraj Ramesh, August 2023
+- Authors - Ludovico Caldara,Senior Principal Product Manager,Oracle MAA PM Team and Suraj Ramesh,Principal Product Manager,Oracle MAA PM Team
+- Last Updated By/Date -Suraj Ramesh, November 2024
\ No newline at end of file
diff --git a/edition-based-redefinition/setup-hr-schema/setup-hr-schema-new.md b/edition-based-redefinition/setup-hr-schema/setup-hr-schema-new.md
index ba859c137..f894f843a 100644
--- a/edition-based-redefinition/setup-hr-schema/setup-hr-schema-new.md
+++ b/edition-based-redefinition/setup-hr-schema/setup-hr-schema-new.md
@@ -110,5 +110,5 @@ You have successfully created the HR schema. [Proceed to the next lab](#next) to
## Acknowledgements
-- Authors - Ludovico Caldara and Suraj Ramesh
-- Last Updated By/Date - Suraj Ramesh, August 2023
+- Authors - Ludovico Caldara,Senior Principal Product Manager,Oracle MAA PM Team and Suraj Ramesh,Principal Product Manager,Oracle MAA PM Team
+- Last Updated By/Date -Suraj Ramesh, November 2024
\ No newline at end of file
diff --git a/edition-based-redefinition/setup-hr-schema/setup-hr-schema.md b/edition-based-redefinition/setup-hr-schema/setup-hr-schema.md
index c2a8a56b3..24edc0ca4 100644
--- a/edition-based-redefinition/setup-hr-schema/setup-hr-schema.md
+++ b/edition-based-redefinition/setup-hr-schema/setup-hr-schema.md
@@ -104,5 +104,5 @@ You have successfully created the HR schema. [Proceed to the next lab](#next) to
## Acknowledgements
-- Authors - Ludovico Caldara and Suraj Ramesh
-- Last Updated By/Date - Suraj Ramesh, Feb 2023
+- Authors - Ludovico Caldara,Senior Principal Product Manager,Oracle MAA PM Team and Suraj Ramesh,Principal Product Manager,Oracle MAA PM Team
+- Last Updated By/Date -Suraj Ramesh, November 2024
diff --git a/edition-based-redefinition/switch-decomm-editions/switch-decomm-editions-new.md b/edition-based-redefinition/switch-decomm-editions/switch-decomm-editions-new.md
index 9ad24679e..fcf0b4536 100644
--- a/edition-based-redefinition/switch-decomm-editions/switch-decomm-editions-new.md
+++ b/edition-based-redefinition/switch-decomm-editions/switch-decomm-editions-new.md
@@ -140,5 +140,5 @@ This is the end of this LiveLabs. We hope you enjoyed it!
## Acknowledgements
-- Authors - Ludovico Caldara and Suraj Ramesh
-- Last Updated By/Date - Suraj Ramesh, August 2023
+- Authors - Ludovico Caldara,Senior Principal Product Manager,Oracle MAA PM Team and Suraj Ramesh,Principal Product Manager,Oracle MAA PM Team
+- Last Updated By/Date -Suraj Ramesh, November 2024
\ No newline at end of file
diff --git a/edition-based-redefinition/switch-decomm-editions/switch-decomm-editions.md b/edition-based-redefinition/switch-decomm-editions/switch-decomm-editions.md
index e80bb398a..565808f67 100644
--- a/edition-based-redefinition/switch-decomm-editions/switch-decomm-editions.md
+++ b/edition-based-redefinition/switch-decomm-editions/switch-decomm-editions.md
@@ -139,5 +139,5 @@ This is the end of this LiveLabs. We hope you enjoyed it!
## Acknowledgements
-- Authors - Ludovico Caldara and Suraj Ramesh
-- Last Updated By/Date - Suraj Ramesh, Feb 2023
+- Authors - Ludovico Caldara,Senior Principal Product Manager,Oracle MAA PM Team and Suraj Ramesh,Principal Product Manager,Oracle MAA PM Team
+- Last Updated By/Date -Suraj Ramesh, November 2024
\ No newline at end of file
diff --git a/edition-based-redefinition/verify-newedition/verify-newedition-new.md b/edition-based-redefinition/verify-newedition/verify-newedition-new.md
index ca4162b0d..bbcde4ecd 100644
--- a/edition-based-redefinition/verify-newedition/verify-newedition-new.md
+++ b/edition-based-redefinition/verify-newedition/verify-newedition-new.md
@@ -60,5 +60,5 @@ You have successfully verified both editions of the HR schema. [Proceed to the n
##Acknowledgements
-- Authors - Ludovico Caldara and Suraj Ramesh
-- Last Updated By/Date - Suraj Ramesh, August 2023
+- Authors - Ludovico Caldara,Senior Principal Product Manager,Oracle MAA PM Team and Suraj Ramesh,Principal Product Manager,Oracle MAA PM Team
+- Last Updated By/Date -Suraj Ramesh, November 2024
\ No newline at end of file
diff --git a/edition-based-redefinition/verify-newedition/verify-newedition.md b/edition-based-redefinition/verify-newedition/verify-newedition.md
index 82e120614..e11cd287f 100644
--- a/edition-based-redefinition/verify-newedition/verify-newedition.md
+++ b/edition-based-redefinition/verify-newedition/verify-newedition.md
@@ -60,5 +60,5 @@ You have successfully verified both editions of the HR schema. [Proceed to the n
##Acknowledgements
-- Authors - Ludovico Caldara and Suraj Ramesh
-- Last Updated By/Date - Suraj Ramesh, Feb 2023
+- Authors - Ludovico Caldara,Senior Principal Product Manager,Oracle MAA PM Team and Suraj Ramesh,Principal Product Manager,Oracle MAA PM Team
+- Last Updated By/Date -Suraj Ramesh, November 2024
\ No newline at end of file
diff --git a/edition-based-redefinition/workshops/levelup23/index.html b/edition-based-redefinition/workshops/levelup23/index.html
index 6acdb69d1..c5e04122d 100644
--- a/edition-based-redefinition/workshops/levelup23/index.html
+++ b/edition-based-redefinition/workshops/levelup23/index.html
@@ -10,6 +10,7 @@
+
diff --git a/edition-based-redefinition/workshops/ocw23-livelabs/index.html b/edition-based-redefinition/workshops/ocw23-livelabs/index.html
index 6acdb69d1..c5e04122d 100644
--- a/edition-based-redefinition/workshops/ocw23-livelabs/index.html
+++ b/edition-based-redefinition/workshops/ocw23-livelabs/index.html
@@ -10,6 +10,7 @@
+
diff --git a/edition-based-redefinition/workshops/sandbox/index.html b/edition-based-redefinition/workshops/sandbox/index.html
index 6acdb69d1..c5e04122d 100644
--- a/edition-based-redefinition/workshops/sandbox/index.html
+++ b/edition-based-redefinition/workshops/sandbox/index.html
@@ -10,6 +10,7 @@
+
diff --git a/edition-based-redefinition/workshops/tenancy/index.html b/edition-based-redefinition/workshops/tenancy/index.html
index 6acdb69d1..c5e04122d 100644
--- a/edition-based-redefinition/workshops/tenancy/index.html
+++ b/edition-based-redefinition/workshops/tenancy/index.html
@@ -10,6 +10,7 @@
+
diff --git a/hitchhikers-guide-upgrade-to-23ai/06-awr-compare/awr-compare.md b/hitchhikers-guide-upgrade-to-23ai/06-awr-compare/awr-compare.md
index 2a0dec357..30a7fcf9e 100644
--- a/hitchhikers-guide-upgrade-to-23ai/06-awr-compare/awr-compare.md
+++ b/hitchhikers-guide-upgrade-to-23ai/06-awr-compare/awr-compare.md
@@ -122,11 +122,11 @@ In the AWR Diff Report, you will compare a snapshot period **before** upgrade to
* *report_type*, hit RETURN.
* *awr_location*, type *AWR\_PDB*, hit RETURN.
* *num_days*, type *2*, hit RETURN.
- * *begin_snap* (first pair), type the first *Snap Id* from lab 2, hit RETURN. If you can't remember, check the file `/home/oracle/scripts/snap-lab-02-before.log`.
- * *end_snap* (first pair), type the last *Snap Id* from lab 2, hit RETURN. If you can't remember, check the file `/home/oracle/scripts/snap-lab-02-after.log`.
+ * *begin_snap* (first pair), type the first *Snap Id* from lab 3, hit RETURN. If you can't remember, check the file `/home/oracle/logs/awr-snapshot-snap-before.log`.
+ * *end_snap* (first pair), type the last *Snap Id* from lab 3, hit RETURN. If you can't remember, check the file `/home/oracle/logs/awr-snapshot-snap-after.log`.
* *num_days*, type *2*, hit RETURN.
- * *begin_snap* (second pair), type the first *Snap Id* from this lab, hit RETURN. If you can't remember, check the file `/home/oracle/scripts/awr-compare-snap-before.log`.
- * *end_snap* (second pair), type the last *Snap Id* from this lab, hit RETURN. If you can't remember, check the file `/home/oracle/scripts/awr-compare-snap-after.log`.
+ * *begin_snap* (second pair), type the first *Snap Id* from this lab, hit RETURN. If you can't remember, check the file `/home/oracle/logs/awr-compare-snap-before.log`.
+ * *end_snap* (second pair), type the last *Snap Id* from this lab, hit RETURN. If you can't remember, check the file `/home/oracle/logs/awr-compare-snap-after.log`.
* *report_name*, hit RETURN.
2. Wait until the HTML output has been generated, then exit SQL*Plus.
@@ -169,4 +169,4 @@ An AWR Compare Periods report, shows the difference between two periods in time
## Acknowledgements
* **Author** - Daniel Overby Hansen
* **Contributors** - Klaus Gronau, Rodrigo Jorge, Alex Zaballa, Mike Dietrich
-* **Last Updated By/Date** - Daniel Overby Hansen, August 2024
+* **Last Updated By/Date** - Daniel Overby Hansen, November 2024
diff --git a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/db-service-status.png b/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/db-service-status.png
index 5eea50159..1aa5a96e3 100644
Binary files a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/db-service-status.png and b/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/db-service-status.png differ
diff --git a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/db-service-status2.png b/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/db-service-status2.png
deleted file mode 100644
index 00d6596d6..000000000
Binary files a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/db-service-status2.png and /dev/null differ
diff --git a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/em-landing.png b/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/em-landing.png
deleted file mode 100644
index eb2d5c763..000000000
Binary files a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/em-landing.png and /dev/null differ
diff --git a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/em-login.png b/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/em-login.png
deleted file mode 100644
index e0d6cad75..000000000
Binary files a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/em-login.png and /dev/null differ
diff --git a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/em-service-status.png b/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/em-service-status.png
deleted file mode 100644
index 85c957f0d..000000000
Binary files a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/em-service-status.png and /dev/null differ
diff --git a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/listener-service-status.png b/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/listener-service-status.png
index d0f460d1f..8c1ff33e0 100644
Binary files a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/listener-service-status.png and b/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/listener-service-status.png differ
diff --git a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/login-em-external-1.png b/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/login-em-external-1.png
deleted file mode 100644
index 0577b94d2..000000000
Binary files a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/login-em-external-1.png and /dev/null differ
diff --git a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/login-em-external-2.png b/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/login-em-external-2.png
deleted file mode 100644
index 0d41d938a..000000000
Binary files a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/login-em-external-2.png and /dev/null differ
diff --git a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/named-creds-job-submit.jpg b/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/named-creds-job-submit.jpg
deleted file mode 100644
index 338c5f9a7..000000000
Binary files a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/named-creds-job-submit.jpg and /dev/null differ
diff --git a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/named-creds-job-succeeded.jpg b/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/named-creds-job-succeeded.jpg
deleted file mode 100644
index dc078bcf7..000000000
Binary files a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/named-creds-job-succeeded.jpg and /dev/null differ
diff --git a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/named-creds-job.jpg b/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/named-creds-job.jpg
deleted file mode 100644
index 18ece5d2d..000000000
Binary files a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/named-creds-job.jpg and /dev/null differ
diff --git a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/ords-landing.png b/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/ords-landing.png
new file mode 100644
index 000000000..2b690094a
Binary files /dev/null and b/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/ords-landing.png differ
diff --git a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/ords-login.png b/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/ords-login.png
new file mode 100644
index 000000000..1c22decee
Binary files /dev/null and b/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/ords-login.png differ
diff --git a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/ords-service-status.png b/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/ords-service-status.png
new file mode 100644
index 000000000..6cecec93b
Binary files /dev/null and b/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/ords-service-status.png differ
diff --git a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/ssh-key-gen.png b/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/ssh-key-gen.png
deleted file mode 100644
index 496c71293..000000000
Binary files a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/ssh-key-gen.png and /dev/null differ
diff --git a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/submitted.jpg b/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/submitted.jpg
deleted file mode 100644
index 1b804a6f4..000000000
Binary files a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/submitted.jpg and /dev/null differ
diff --git a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/update-ssh-creds-0.png b/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/update-ssh-creds-0.png
deleted file mode 100644
index d1d5de2e8..000000000
Binary files a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/update-ssh-creds-0.png and /dev/null differ
diff --git a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/update-ssh-creds-1.png b/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/update-ssh-creds-1.png
deleted file mode 100644
index 49594a6a9..000000000
Binary files a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/update-ssh-creds-1.png and /dev/null differ
diff --git a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/update-ssh-creds-2.png b/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/update-ssh-creds-2.png
deleted file mode 100644
index f7d2298d9..000000000
Binary files a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/update-ssh-creds-2.png and /dev/null differ
diff --git a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/update-ssh-creds-3.png b/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/update-ssh-creds-3.png
deleted file mode 100644
index 2d3415f08..000000000
Binary files a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/update-ssh-creds-3.png and /dev/null differ
diff --git a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/update-ssh-creds-4.png b/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/update-ssh-creds-4.png
deleted file mode 100644
index 327c79dfd..000000000
Binary files a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/images/update-ssh-creds-4.png and /dev/null differ
diff --git a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/initialize-environment.md b/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/initialize-environment.md
index 347790265..50be4ba62 100644
--- a/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/initialize-environment.md
+++ b/odb-21c/dba-essentials/manage-schema-objects/initialize-environment/initialize-environment.md
@@ -1,305 +1,215 @@
-# Initialize Environment
+# Initialize environment
## Introduction
-In this lab we will review and startup all components required to successfully run this workshop.
+This lab helps you start and administer the components and services required for this workshop.
-*Estimated Time:* 10 Minutes
+**Background**
+When you establish a remote desktop session, check the environment and verify that the dependent processes are up and running. After instance provisioning, it takes around 15 minutes for all processes and services to start. If a component is not running, you can start it manually as explained in this lab.
-### Objectives
-- Initialize the workshop environment.
-
-### Prerequisites
-This lab assumes you have -
-- A Free Tier, Paid or LiveLabs Oracle Cloud account
-- You have completed -
- - Lab: Prepare Setup (*Free-tier* and *Paid Tenants* only)
- - Lab: Setup Compute Instance
-
-## Task 1: Validate That Required Processes are Up and Running
-1. Now with access to your remote desktop session, proceed as indicated below to validate your environment before you start executing the subsequent labs. The following Processes should be up and running:
-
- - Database Listeners
- - LISTENER
- - LISTENER_1522
- - Database Server Instances
- - emrep
- - db19c
- - orcl
- - Enterprise Manager - Management server (OMS)
- - Enterprise Manager - Management Agent (emagent)
-
-2. On the *Web Browser* window on the right preloaded with *Enterprise Manager*, click on the *Username* field and provide the credentials below to login.
-
- ```
- User name: sysman
- ```
- ```
- Password: welcome1
- ```
+Estimated time: 10 minutes
- ![Enterprise Manager Login](images/em-login.png " ")
+### Objectives
+ - Ensure that the following are running:
+ - Database Listener - *LISTENER_ORCL*
+ - Oracle Database Instance - *orcl*
+ - Oracle REST Data Services (ORDS) - *ords*
+ - Log in to Oracle Database Actions in a web browser.
-3. Confirm successful login. Please note that it takes up to 15 minutes after instance provisioning for all processes to fully start.
+### Prerequisites
- ![Enterprise Manager Landing Page](images/em-landing.png " ")
+This lab assumes you have -
+ - An Oracle Cloud account
+ - Oracle Database and ORDS installed on your system
- If successful, the page above is displayed and as a result your environment is now ready.
+## Task 1: Verify that the dependent components are running
-4. If you are still unable to login or the login page is not functioning after reloading from the desktop icon *Get Started with your Workshop*, open a terminal session and proceed as indicated below to validate the services.
+In this task, you will verify that the required components, such as Listener, Oracle Database, and ORDS, are running on the host.
- - Database services (All databases and Standard Listener)
+1. Verify that the listener service, *oracle-db-listener*, is running.
```
-
- systemctl status oracle-database
-
+ $ sudo systemctl status oracle-db-listener
```
- ![Database Services Status 1](images/db-service-status.png " ")
- ![Database Services Status 2](images/db-service-status2.png " ")
+ ![Listener Service Status](./images/listener-service-status.png " ")
- - Listener Service (Non-Standard)
+ The status *active* indicates that the listener service is running. If the listener service is not running, you can restart it with the following command.
```
-
- systemctl status oracle-db-listener
-
+ $ sudo systemctl restart oracle-db-listener
```
- ![Listener Service Status](images/listener-service-status.png " ")
-
- - Enterprise Manager Services (OMS and emagent)
+1. Verify that the Oracle Database service, *oracle-database*, is running.
```
-
- systemctl status oracle-emcc
-
+ $ sudo systemctl status oracle-database
```
- ![Enterprise Manager Service Status](images/em-service-status.png " ")
-
-5. If you see questionable output(s), failure or down component(s), restart the corresponding service(s) accordingly
-
- - Database and Listener
-
- ```
-
- sudo systemctl restart oracle-database
- sudo systemctl restart oracle-db-listener
-
- ```
+ ![Oracle Database services status](./images/db-service-status.png " ")
- - Enterprise Manager Services (OMS and emagent)
+ The status *active* indicates that the database service is running. If the database service is not running, you can restart it with the following command.
```
-
- sudo systemctl restart oracle-emcc
-
+ $ sudo systemctl restart oracle-database
```
-6. Validate *emcli* connectivity. From the terminal session on your remote desktop, run as user *oracle*
+1. Verify that the ORDS service, *ords*, is running.
```
-
- . ~/.occ_oms.sh
- emcli login -username=sysman -password=welcome1
-
+ $ sudo systemctl status ords
```
-## Task 2: Initialize Enterprise Manager
+ ![ORDS Service Status](./images/ords-service-status.png " ")
-### **Generate SSH Keys**
+ > **Note**: You can access the Database Actions login page in a web browser only if ORDS is running.
-1. From your remote desktop session, open a terminal window and run the following to generate the key pair
+ The status *active* indicates that the ords service is running. If the ords service is not running, you can restart it with the following command.
```
-
- cd ~
- ssh-keygen -b 2048 -t rsa
-
+ $ sudo systemctl restart ords
```
-2. Accept defaults for file and passphrase by pressing *Enter* three times to create a key with no passphrase.
-
- ![Generate SSH Keys](images/ssh-key-gen.png " ")
-
-3. Update *`~/.ssh/authorized_keys`* and copy the *private key* to */tmp*.
+ If still unsuccessful, then run the following script to start ORDS.
```
-
- cd .ssh
- cat id_rsa >/tmp/rsa_priv
- cat id_rsa.pub >>authorized_keys
-
+ $ source ~/run_ords.sh
```
- ![Update SSH Credentials](images/update-ssh-creds-0.png " ")
-
-### **Update the Named Credentials with the new SSH Key**
-
-4. From the EM Console as *SYSMAN*, navigate to ***Setup menu*** > ***Security*** > ***Named Credential*** and Select ROOT credential;
-
-5. Click Edit. Replace the existing entry with the *SSH Private Key* you copied to *"/tmp"*. Keep the General section unchanged and update the *Credential Properties* as followed:
+If the dependent components are running, you can access the Oracle Database Actions login page in a web browser.
- - User name: *oracle*
- - Delete any content from *SSH Public Key* Textbox
- - Click *Browse* to select the *Private Key*
+## Task 2: Log in to Oracle Database Actions
- ![Update Named Credentials](images/update-ssh-creds-1.png " ")
+In this task, you will log in to the Oracle Database Actions console using a web browser.
-6. On the file browser, navigate to *+Other Locations* > *tmp* and select the file *rsa_priv*
+If you have reserved a Livelabs environment, then the remote desktop session will have a web browser open and display the *Oracle Database Actions* login page. If it does not display the Database Actions login page, you can access it as follows.
- ![Edit Credentials Properties](images/update-ssh-creds-2.png " ")
+1. Open a web browser and go to the Database Actions login URL.
+ For this lab, the login URL is:
-7. Click *Test and Save*
+ ```
+ http://oms1:8080/ords/sql-developer
+ ```
- ![Save Credentials](images/update-ssh-creds-3.png " ")
- ![Credential Operation Successful](images/update-ssh-creds-4.png " ")
+1. Specify the user credentials for Oracle Database Actions.
-8. Setup Oracle Named Credentials using Job System. This will set up the user oracle password on the host and update the Named Credentials used in this workshop.
-Navigate to ***Enterprise*** > ***Job*** > ***Library*** and select "SETUP ORACLE CREDENTIALS"; Click **Submit**.
+ ![ORDS login](./images/ords-login.png " ")
- ![Job Library](images/named-creds-job.jpg " ")
+ For this lab, the credentials are:
-9. Click **Submit** again on the Job submission Page.
+ - **Username**: *HR*
+ - **Password**: *oracle*
- ![Job Submission](images/named-creds-job-submit.jpg " ")
+ Click **Sign in** to log in to the Oracle Database Actions console.
-10. The Job will be submitted successfully. Click on SETUP ORACLE CREDENTIALS Job link to view the Job.
+ ![ORDS landing page](./images/ords-landing.png " ")
- ![Setup Oracle Credentials](images/submitted.jpg " ")
+On successful login, the browser displays the Database Actions landing page. Your environment is now ready.
-11. The Job should show Status **Succeeded**.
+## Appendix 1: Manage startup services
- ![Job Status](images/named-creds-job-succeeded.jpg " ")
-
-You may now **proceed to the next lab**.
-
-## Appendix 1: Managing Startup Services
+You can manage the startup services using various options, for example, start, stop, restart, and status.
1. Database services (All databases and Standard Listener)
- Start
- ```
- sudo systemctl start oracle-database
- ```
+ ```
+ $ sudo systemctl start oracle-database
+ ```
- Stop
- ```
- sudo systemctl stop oracle-database
- ```
+ ```
+ $ sudo systemctl stop oracle-database
+ ```
- - Status
+ - Restart
- ```
- systemctl status oracle-database
- ```
+ ```
+ $ sudo systemctl restart oracle-database
+ ```
- - Restart
+ - Status
- ```
- sudo systemctl restart oracle-database
- ```
+ ```
+ $ systemctl status oracle-database
+ ```
-2. Listener Service (Non-Standard)
+1. Listener Service (Non-Standard Listener)
- Start
- ```
- sudo systemctl start oracle-db-listener
- ```
+ ```
+ $ sudo systemctl start oracle-db-listener
+ ```
- Stop
- ```
- sudo systemctl stop oracle-db-listener
- ```
+ ```
+ $ sudo systemctl stop oracle-db-listener
+ ```
- - Status
+ - Restart
- ```
- systemctl status oracle-db-listener
- ```
+ ```
+ $ sudo systemctl restart oracle-db-listener
+ ```
- - Restart
+ - Status
- ```
- sudo systemctl restart oracle-db-listener
- ```
+ ```
+ $ systemctl status oracle-db-listener
+ ```
-3. Enterprise Manager Service (OMS and emagent)
+1. Oracle REST Data Services (ORDS)
- Start
- ```
- sudo systemctl start oracle-emcc
- ```
+ ```
+ $ sudo systemctl start ords
+ ```
- Stop
- ```
- sudo systemctl stop oracle-emcc
- ```
+ ```
+ $ sudo systemctl stop ords
+ ```
- - Status
+ - Restart
- ```
- systemctl status oracle-emcc
- ```
+ ```
+ $ sudo systemctl restart ords
+ ```
- - Restart
+ - Status
- ```
- sudo systemctl restart oracle-emcc
- ```
+ ```
+ $ systemctl status ords
+ ```
-## Appendix 2: External Web Access
+## Appendix 2: External web access
-If for any reason you want to login from a location that is external to your remote desktop session such as your workstation/laptop, then refer to the details below.
+You have an option to log in to Database Actions from a location outside your remote desktop session, for example, a workstation or laptop.
-1. Enterprise Manager 13c Console
+1. Open a web browser and go to the Database Actions login page. A Database Actions login URL contains the following:
```
- User name: sysman
- ```
+ http://[Your instance public IP]:8080/ords/sql-developer
```
- Password: welcome1
- ```
- ```
- URL: http://:7803/em
- ```
-
- *Note:* You may see an error on the browser while accessing the Web Console - “*Your connection is not private*” as shown below. Ignore and add the exception to proceed.
- ![Privacy Error](images/login-em-external-1.png " ")
- ![Oracle EMCC Login](images/login-em-external-2.png " ")
+1. Specify the user credentials for Oracle Database Actions. For this lab, the credentials are:
-
+## Acknowledgments
-## Acknowledgements
- - **Author** - Rene Fontcha, LiveLabs Platform Lead, NA Technology
- - **Contributors** - Ashish Kumar
- - **Last Updated By/Date** - Rene Fontcha, LiveLabs Platform Lead, NA Technology, December 2021
+ - **Author**: Manish Garodia, Database User Assistance Development
+ - **Contributors**: Aayushi Arora, Manisha Mati
+ - **Last Updated By/Date**: Manish Garodia, October 2024
diff --git a/odb-21c/dba-essentials/manage-schema-objects/prepare-setup/prepare-setup.md b/odb-21c/dba-essentials/manage-schema-objects/prepare-setup/prepare-setup.md
index 8fde139bf..6bf447a5c 100644
--- a/odb-21c/dba-essentials/manage-schema-objects/prepare-setup/prepare-setup.md
+++ b/odb-21c/dba-essentials/manage-schema-objects/prepare-setup/prepare-setup.md
@@ -1,52 +1,62 @@
-# Prepare Setup
+# Prepare setup
## Introduction
-This lab will show you how to download the Oracle Resource Manager (ORM) stack zip file needed to setup the resource needed to run this workshop. This workshop requires a compute instance running the Oracle Enterprise Manager 13c Marketplace image with monitored database targets and a Virtual Cloud Network (VCN).
-*Estimated Time:* 15 minutes
+This lab will show you how to download the Oracle Resource Manager (ORM) stack zip file needed to setup the resource needed to run this workshop. This workshop requires a compute instance running a marketplace image and a Virtual Cloud Network (VCN).
+
+Estimated time: 10 minutes
### Objectives
-- Download ORM stack
-- Configure an existing Virtual Cloud Network (VCN)
+
+ - Download ORM stack
+ - Configure an existing Virtual Cloud Network (VCN)
### Prerequisites
+
This lab assumes you have -
-- An Oracle Free Tier or Paid Cloud account
+ - An Oracle Cloud account
## Task 1: Download Oracle Resource Manager (ORM) stack zip file
-1. Click on the link below to download the Resource Manager zip file you need to build your environment: [emcc-de-mkplc-freetier.zip](https://objectstorage.us-ashburn-1.oraclecloud.com/p/UStDLrMBQimssTawQgSLHmB7w3ZmLuLOleclPARH-7jEJpHMoQKv8KPq31yK-_wU/n/c4u02/b/hosted_workshops/o/stacks/emcc-de-mkplc-freetier.zip)
-2. Save in your downloads folder.
+1. Click on the link below to download the Resource Manager zip file you need to build your environment:
+
+ - [ords-db21c-dbae-mkplc-freetier-terraform.zip](https://objectstorage.us-ashburn-1.oraclecloud.com/p/6WIlnEK5CqZknuEIGWHNlWR31BfDhRhB-NHBHBvWDBUjA7-4VFMIrfm1OOxnolhI/n/c4u02/b/hosted_workshops/o/stacks/ords-db21c-dbae-mkplc-freetier-terraform.zip)
+
+1. Save in your downloads folder.
-We recommend using this stack to create a self-contained/dedicated VCN with your instance(s). Skip to *Task 3* to follow our recommendations. If you would rather use an exiting VCN then proceed to the next task as indicated below to update your existing VCN with the required Egress rules.
+We recommend using this stack to create a self-contained/dedicated VCN with your instance(s). Skip to *Task 3* to follow our recommendations. If you would rather use an existing VCN, then proceed to the next task as indicated below to update your existing VCN with the required Egress rules.
+
+## Task 2: Add security rules to an existing VCN
-## Task 2: Adding Security Rules to an Existing VCN
This workshop requires a certain number of ports to be available, a requirement that can be met by using the default ORM stack execution that creates a dedicated VCN. In order to use an existing VCN, the following ports should be added to Egress rules.
-| Port |Description |
+| Port | Description |
| :------------- | :------------------------------------ |
| 22 | SSH |
-| 7803 | Enterprise Manager 13c Server |
| 6080 | noVNC Remote Desktop |
-
-1. Go to **Networking** > **Virtual Cloud Networks**
-2. Choose your network
-3. Under Resources, select Security Lists
-4. Click on Default Security Lists under the Create Security List button
-5. Click Add Ingress Rule button
-6. Enter the following:
+{: title="Enable ports"}
+
+1. Go to **Networking** > **Virtual Cloud Networks**.
+1. Choose your network.
+1. Under **Resources**, select **Security Lists**.
+1. Click on **Default Security Lists** under the **Create Security List** button.
+1. Click the **Add Ingress Rule** button.
+1. Enter the following:
- Source CIDR: 0.0.0.0/0
- - Destination Port Range: *Refer to above table*
-7. Click the Add Ingress Rules button
+ - Destination Port Range: *Refer to the table*
+1. Click the **Add Ingress Rules** button.
+
+## Task 3: Set up compute
+
+Using the details from the previous two tasks, proceed to the lab **Set up compute instance** to set up your workshop environment using Oracle Resource Manager (ORM) and one of the following options:
-## Task 3: Setup Compute
-Using the details from the two tasks above, proceed to the lab **Setup Compute Instance** to setup your workshop environment using Oracle Resource Manager (ORM) and one of the following options:
-- Create Stack: **Compute + Networking**
-- Create Stack: **Compute only** with an existing VCN where security lists have been updated as per *Task 2* above
+ - Create Stack: **Compute + Networking**
+ - Create Stack: **Compute only** with an existing VCN where security lists have been updated as per *Task 2* of this lab
-## Acknowledgements
-- **Author** - Rene Fontcha, LiveLabs Platform Lead, NA Technology
+You may now **proceed to the next lab**.
-- **Contributors** - Meghana Banka
+## Acknowledgments
-- **Last Updated By/Date** - Rene Fontcha, LiveLabs Platform Lead, NA Technology, December 2021
+ - **Author** - Rene Fontcha, LiveLabs Platform Lead, NA Technology
+ - **Contributors** - Meghana Banka, Manish Garodia, Manisha Mati
+ - **Last Updated By/Date** - Manish Garodia, October 2024
diff --git a/odb-21c/dba-essentials/manage-schema-objects/workshops/desktop/index.html b/odb-21c/dba-essentials/manage-schema-objects/workshops/desktop/index.html
index 6acdb69d1..79e335f5e 100644
--- a/odb-21c/dba-essentials/manage-schema-objects/workshops/desktop/index.html
+++ b/odb-21c/dba-essentials/manage-schema-objects/workshops/desktop/index.html
@@ -59,4 +59,4 @@