Skip to content

Commit

Permalink
WMS ID # 11698 -- [Updates for MC PRE2981 Add updates Images for Lab …
Browse files Browse the repository at this point in the history
…8 & 10]. (#69)

* added workshops folder

* added all  OCW HOL

* updated compartment

* Update discover-env-details-api.md

* Update discover-env-details-api.md

* added updates for the HOL

* added updates for the OCW HOL

* added changes for PR

* added changes

* added changes after lint check

* added changes

* added changes for OCW

* added final changes

* added the changes to just make "Estimated Time" for labs 1-5

* added date change and updates for Estimated Time

* added changes for Lab 5

* added changes to last updated date

* updated last updated date for lab 3

* added changes for lab1 task 4

* added changes to lab5 task 1

* added changes

* added changes for Lab 5

* added changes for get started

* added changes

* added updates to change ocw23 folder to ocw23-tenancy

* added changes to introduction

* added changes for lab1

* added changes to lab 5

* added changes to lab 5

* added updates for Lab 5

* added the updated index.html

* added updated index.html

* added changes for the updated help email for exadata

* added updates for help email [email protected]

* added changes to clean folder structure

* create exacc masterclass workshop

* delete workshop

* added exacc masterclass workshop

* added Lab 5-7 to the exadbcc masterclass workshop

* added Labs 1-4 to the workshop

* added lab 5 to exadbcc masterclass workshop

* added lab 11 to OCW ExaDBCC Masterclass

* added updates for the workshop index.html

* added changes to lab 2 of OCW ExaDBCC Masterclass

* added updates for Lab3

* added updated screenshots for lab 3

* added updates

* added changes

* added changes to masterclass

* added changes for ExaDB-C@C Masterclass

* added changes to HOL and Masterclass

* added updates and changes for ExaDBCC Masterclass for the approved flows related to current Infrastructure build

* added updates for lab 10 based on the OCW ExaDBCC Masterclass Infrastructure build

* added updates for lab 10 based on Current OCW ExaDBCC Masterclass Infrastructure build

* added updates for Lab2 of ExaDBCC Masterclass

* added updates for lab 6

* added changes to masterclass

* added changes to masterclass lab 8 and HOL lab 5

* added changes to masterclass

* added changes to masterclass

* added changes to HOL

* added changes to masterclass

* added changes to HOL lab 6

* added changes to masterclass

* added new screenshots for Lab1 for Masterclass and HOL

* added changes to the HOL

* added learn more links for Masterclass

* Update manifest.json

* Adding Lab 4 & Lab 5 for HOL

Adding Lab 4 & Lab 5 for HOL

* updating lab 5 introduction section

updating lab 5 to move the estimated lab time and video on top

* Adding Updates for Labs 4, 8, 10, 11

Adding Updates for Labs 4, 8, 10, 11 for MC PRE2981

* adding minor formatting changes to Lab 10

adding minor formatting changes to Lab 10

* Added updates on the images to reflect standard naming tags

Added updates on the images to reflect standard naming tags

* updated formatting

* adding updates for lab 10

adding updates for lab 10
  • Loading branch information
leoneila authored Aug 23, 2024
1 parent 567d2d4 commit 921122e
Show file tree
Hide file tree
Showing 18 changed files with 15 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This lab requires completion of the following:

2. Select your ***Assigned Compartment***, and Click your assigned **VM Cluster** named ***MyVMClusterXX***.

**<u>To use OCI CLI for this lab, we will be using the ***OCI Cloud Shell tool***</u>.**
>**Note:** To use **OCI CLI** for this lab, we will be using the ***OCI Cloud Shell tool***
3. In the VM Cluster Details page, Copy the VM Cluster OCID by clicking on the ***copy*** button in the ***OCID*** field under the **General Information** section.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ -175,7 +175,7 @@ This lab requires completion of the following:
## Task 4: List VM Cluster Configuration using CLI

To use OCI CLI for this lab, we will be using the ***OCI Cloud Shell tool***.
>**Note:** To use OCI CLI for this lab, we will be using the ***OCI Cloud Shell tool***.
1. In the VM Cluster Details page, Copy the VM Cluster OCID by clicking on the ***copy*** button in the ***OCID*** field under the **General Information** section.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ -20,7 +20,7 @@ This lab requires the completion of the following:

## Task 1: Get the VM Cluster Details using OCI CLI

**<u>To use OCI CLI for this lab, we will be using the** ***OCI Cloud Shell tool***</u>.
>**Note:** To use **OCI CLI** for this lab, we will be using the ***OCI Cloud Shell tool***.

1. Click the **Developer tools** icon in the console header and select ***Cloud Shell*** from the drop-down menu.
Expand All @@ -32,7 +32,7 @@ This lab requires the completion of the following:
![oci cloudshell launch](./images/cloudshelllaunch.png "oci cloudshell launch")


**<u>For this lab, we will be using the** ***OCI Code Editor*** **to store the required details in this lab.**</u>
>**Note:** For this lab, we will be using the ***OCI Code Editor*** to store the required details in this lab.
2. Click on the ***Expand*** icon in **Actions** and select ***Open Code Editor***.

Expand Down Expand Up @@ -117,6 +117,8 @@ This lab requires the completion of the following:
The REST API Request is: ***GET /20160918/dbHomes?compartmentId={CompartmentOCID}&lifecycleState=AVAILABLE&limit=10***
**<u>Where:</u>**
* ***dbHomes*** is the **resource type** for the Oracle Database Home.
* ***compartmentId*** is the ***Compartment OCID*** of the Compartment where you want to list the available Database Homes.
* ***lifecycleState=AVAILABLE*** is the **query** to include a filter to return only Database Homes with the lifecycle state of Available.
Expand Down Expand Up @@ -183,6 +185,8 @@ This lab requires the completion of the following:
The REST API Request is: ***GET /20160918/pluggableDatabases?databaseId={ContainerDatabaseOCID}&limit=10***
**<u>Where:</u>**
* ***pluggableDatabases*** is the **resource type** for the Pluggable Database (PDB).
* ***databaseId*** is the **Container Database OCID**.
* ***limit*** is the **query** to define the maximum number of items to return per page
Expand Down Expand Up @@ -227,9 +231,7 @@ This lab requires the completion of the following:
Open the **OCI Cloud Shell** tab and run the following command
![create thin clone using REST API](./images/create-thin-clone-pdb.png "create thin clone using REST API")
> **Note:** Replace the API endpoint region "***{region}***" with your **assigned region**
![create thin clone using REST API](./images/create-thin-clone-cloud-shell.png "create thin clone using REST API")
```
<copy>
Expand All @@ -243,6 +245,8 @@ This lab requires the completion of the following:
The REST API Request is: ***POST /20160918/pluggableDatabases***
**<u>Where:</u>**
* ***pluggableDatabases*** is the **resource type** for the Pluggable Database (PDB).
* ***--request-body*** contains the **Create Pluggable Database Details** resource stored in the JSON file ***MyThinClonePDB.json***.
Expand All @@ -269,12 +273,12 @@ This lab requires the completion of the following:
```
**<u>Description:</u>**
The REST API Request is: ***GET /20160918/exascaleDbStorageVaults***
**<u>Where:</u>**
* ***exascaleDbStorageVaults*** is the **resource type** for the Exascale Storage Vault.
* ***compartmentId*** is the ***Compartment OCID*** of the Compartment where you want to get a list of the available Exascale Storage Vaults.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ -67,7 +67,7 @@ This lab requires the completion of the following:

## Task 2: List Exascale Storage Vault Configuration using CLI

To use OCI CLI for this lab, we will be using the ***OCI Cloud Shell tool***.
>**Note:** To use **OCI CLI** for this lab, we will be using the ***OCI Cloud Shell tool***.
1. Click the **Developer tools** icon in the console header and select ***Cloud Shell*** from the drop-down menu.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ This lab requires the completion of the following:
![Deploy Database PDB Stack](./images/orm-deploy-exadata-database-pdb.png "Deploy Database PDB Stack")
* Provide the **Developer Container Database OCID**. For this lab, use the value for the ***ContainerDatabaseOCID*** obtained from ***Lab10 Task 3***
* Provide the **Pluggable Database display name**. For this lab, use the name ***ThinPDB3***
* Provide the ***Pluggable Database display name***. For this lab, use the name ***ThinPDB3***
* Provide the ***Pluggable Database administrator password***
* Provide the ***TDE Wallet Password***
Expand Down

0 comments on commit 921122e

Please sign in to comment.