-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
exascale basics workshop - WMS 11641 (#72)
* exascale basics workshop * blur info
- Loading branch information
1 parent
5d1c4a9
commit 8b51263
Showing
45 changed files
with
537 additions
and
1 deletion.
There are no files selected for viewing
86 changes: 86 additions & 0 deletions
86
exadata-database-service-on-xs-basics/create-cdb-pdb/create-cdb-pdb.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
# Create CDB and PDB on Exascale Infrastructure | ||
|
||
## Introduction | ||
|
||
This lab walks you through the steps to create a Container and Pluggable Database on the Exadata VM Cluster. | ||
|
||
Estimated Lab Time: 20 minutes | ||
|
||
### Objectives | ||
|
||
- After completing this lab, you should be able to create a Container and Pluggable database on the Exascale Infrastructure. | ||
|
||
### Prerequisites | ||
|
||
This lab requires completion of the following: | ||
|
||
* Complete Lab 1 - **Create an Exadata VM Cluster on the Exadata Database Service on Exascale Infrastructure** | ||
|
||
## Task 1: Configure and create a Container and Pluggable Database | ||
|
||
1. Once you login to the Oracle Cloud Console, open the navigation menu by clicking on the Menu Icon on the upper left of the page. | ||
Then click on **Oracle Database** and select the **Exadata Database Service on Exascale Infrastructure** from the list of available database services. | ||
![Navigate to Exadata Database Service on Exascale Infrastructure on OCI](./images/exa-nav.png " ") | ||
|
||
2. The VM Clusters page is now displayed. In the left rail, ensure that VM Clusters is selected. In the List Scope, select the compartment where you would like your VM Cluster to reside, then Click on the name of the VM Cluster on which you want to create your database on. | ||
|
||
![Open the VM Clusters page to select a VM Cluster](./images/vm-cluster-select.png " ") | ||
|
||
3. The VM Cluster Details page is now displayed. On the left rail under RESOURCES, ensure that Container databases is selected, then click on the **Create Container Database** button. | ||
|
||
![Create a Container Database](./images/vm-cluster-detail.png " ") | ||
|
||
4. In the Create Container Database page enter the basic information for creating the container database: | ||
* For the Database Name: Enter your desired Database Name | ||
* For the Database Unique Name: Enter your desired Database Unique Name | ||
* For the Database Version: For this lab, select 23ai from the available choices in the dropdown list | ||
* For the Pluggable Database Name: Enter your desired Pluggable Database Name | ||
|
||
![CDB basic info entry](./images/cdb-basic-info.png " ") | ||
|
||
5. For the Database Home source you can choose between selecting an existing database home or creating a new one. For this lab we will Select an Existing Database Home, by selecting an available Database Home from the dropdown list. If no Database Homes are displayed, you will need to Create a New Database Home by providing a display name and selecting a database version to use. | ||
|
||
Also configure your Administrator Credentials by entering your desired admin password for the sys username. | ||
|
||
![Specify ADB database home and admin credentials](./images/cdb-home-admin.png " ") | ||
|
||
6. Since Automatic backups can be configured during the database creation process or afterwards, for this lab, we will not be enabling Automatic Backups during the create database workflow. | ||
* Uncheck the box for: Enable Automatic Backups | ||
|
||
We'll also review & configure Advanced Options for the Container Database by clicking on the Show Advanced Options link. Under the Management tab, set the Oracle_SID to your desired Value and adjust the database character sets as required. | ||
|
||
![CDB backups and advanced options](./images/cdb-config.png " ") | ||
|
||
7. Under the Encryption tab you can choose if you want to use Oracle-managed keys or Oracle-managed keys for the database encryption key management method. For this lab, we will select Use Oracle-managed keys. | ||
|
||
![CDB encryption options](./images/cdb-encryption.png " ") | ||
|
||
8. Under the Tags tab: you can add free-form tags to your resource. If you want to apply a defined tag, you must have permissions to use the tag namespace. | ||
>Remember that you can also apply tags to your resources after they are provisioned. | ||
Click on the **Create Container Database** button to proceed with creating the Container Database. | ||
|
||
![CDB tag options](./images/cdb-tags.png) | ||
|
||
9. This will cause the Container Database Details page to be displayed. | ||
>Note that it shows a redwood brown State Icon with a State of PROVISIONING. | ||
![CDB provisioning status](./images/cdb-provisioning.png " ") | ||
|
||
10. Once the Create Database provisioning process completes, the State Icon will turn green and have a State of AVAILABLE. | ||
Also note that our Pluggable Database is also created and available for use. | ||
|
||
![CDB available with PDB](./images/cdb-available.png " ") | ||
|
||
|
||
You have now successfully provisioned your Container & Pluggable Database. | ||
|
||
You may now **proceed to the next lab** | ||
|
||
## Acknowledgements | ||
|
||
* **Author** - Eddie Ambler, Product Management | ||
|
||
* **Contributors** - Tammy Bednar, Product Management | ||
|
||
* **Last Updated By** - Hope Fisher, Product Management, November 2024 |
Binary file added
BIN
+307 KB
exadata-database-service-on-xs-basics/create-cdb-pdb/images/cdb-available.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+88.8 KB
exadata-database-service-on-xs-basics/create-cdb-pdb/images/cdb-basic-info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+114 KB
exadata-database-service-on-xs-basics/create-cdb-pdb/images/cdb-config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+75.3 KB
exadata-database-service-on-xs-basics/create-cdb-pdb/images/cdb-encryption.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+99.7 KB
exadata-database-service-on-xs-basics/create-cdb-pdb/images/cdb-home-admin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+276 KB
exadata-database-service-on-xs-basics/create-cdb-pdb/images/cdb-provisioning.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+80.3 KB
exadata-database-service-on-xs-basics/create-cdb-pdb/images/cdb-tags.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+225 KB
exadata-database-service-on-xs-basics/create-cdb-pdb/images/exa-nav.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+294 KB
exadata-database-service-on-xs-basics/create-cdb-pdb/images/vm-cluster-detail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+248 KB
exadata-database-service-on-xs-basics/create-cdb-pdb/images/vm-cluster-select.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
74 changes: 74 additions & 0 deletions
74
exadata-database-service-on-xs-basics/create-pdb-thin/create-pdb-thin.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
# Create a thin clone of a PDB on an Exadata VM Cluster on Exascale Infrastructure | ||
|
||
## Introduction | ||
|
||
This lab walks you through the steps to create a thin clone of a PDB on an Exadata VM Cluster on Exascale Infrastructure . | ||
|
||
Estimated Lab Time: 15 minutes | ||
|
||
### Objectives | ||
|
||
- After completing this lab, you should be able to create a thin clone of a Pluggable Database on the Exascale Infrastructure. | ||
|
||
### Prerequisites | ||
|
||
This lab requires completion of the following: | ||
|
||
* Complete Lab 2 - **Create CDB and PDB on Exascale Infrastructure** | ||
|
||
## Task 1: Configure and create a thin clone of your Pluggable Database | ||
|
||
1. Once you login to the Oracle Cloud Console, open the navigation menu by clicking on the Menu Icon on the upper left of the page. | ||
Then click on **Oracle Database** and select the **Exadata Database Service on Exascale Infrastructure** from the list of available database services. | ||
![Navigate to Exadata Database Service on Exascale Infrastructure on OCI](./images/exa-nav.png " ") | ||
|
||
2. The VM Clusters page will be displayed. In the left rail, ensure that VM Clusters is selected and in the List Scope, select the compartment where you would like your VM Cluster to reside. Then Click on the Name of the VM Cluster on which you want to create your database on. | ||
|
||
![Open the VM Clusters page to select a VM Cluster](./images/vm-cluster-select.png " ") | ||
|
||
3. This will cause the VM Cluster Details page to be displayed. To Navigate from the VM Cluster to the Container Database, on the left rail in the Resources section, ensure that Container Databases is selected. In the list of Container Databases displayed, click on the name of the Container Database whose PDB we will create a thin clone of. | ||
|
||
![Select the Container Database from your VM Cluster](./images/cdb-select.png " ") | ||
|
||
4. This will cause the Container Database Details page to be displayed. On the left rail in the Resources section, click on Pluggable Databases. From the list of available Pluggable Databases displayed, click on the name of the Pluggable Database we will create a thin clone of. | ||
|
||
![Select a PDB from your CDB](./images/pdb-select.png " ") | ||
|
||
5. This will cause the Pluggable Database Details page to be displayed Initiate the Clone PDB action by clicking on the Clone action button. | ||
|
||
![Begin to clone from the PDB details page](./images/pdb-details.png " ") | ||
|
||
6. The Clone Pluggable Database configuration page is now displayed. In the Clone Pluggable Database configuration page, you will have a choice of clone types to choose from such as Local Clone Remote Clone, or Refreshable Clone. For this lab, we will select Local Clone for the PDB Clone type. Here, we will provide the information to configure the new PDB. | ||
* For the PDB Name enter the desired PDB Name | ||
* For the Database TDE wallet password enter the admin password of the source PDB | ||
* For this lab we will defer the initial PDB backup by unchecking the box to Take a backup of the PDB immediately after cloning | ||
|
||
Ensure to check the box to Enable our PDB as a Thin Clone and click on the **Create Pluggable Database** button to start the clone provisioning process. | ||
|
||
![Enter PDB configurations](./images/pdb-config.png " ") | ||
|
||
7. The Pluggable Database Details page will be displayed. | ||
>Note that it shows a redwood brown State Icon with a State of PROVISIONING. | ||
![PDB provisioning status](./images/pdb-provisioning.png " ") | ||
|
||
8. Once the Clone Pluggable Database provisioning process completes, the State Icon will turn green and have a State of AVAILABLE. Click on Container Database Details in the breadcrumb link near the top of the page to return to the Container Database view. | ||
|
||
![PDB available status](./images/pdb-available.png) | ||
|
||
9. On the left rail in the Resources section of the Container Database Details page, click on Pluggable Databases. In the list of available Pluggable Databases displayed, you will see the name of the Pluggable Database that was created as a thin clone. | ||
>Note that the Thin Clone PDB is listed, as just another PDB. | ||
![CDB details page with PDB](./images/cdb-overview.png " ") | ||
|
||
You have now successfully provisioned your thin clone of a Pluggable Database. | ||
|
||
Congratulations! **You have now completed this workshop**. | ||
|
||
## Acknowledgements | ||
|
||
* **Author** - Eddie Ambler, Product Management | ||
|
||
* **Contributors** - Tammy Bednar, Product Management | ||
|
||
* **Last Updated By** - Hope Fisher, Product Management, November 2024 |
Binary file added
BIN
+419 KB
exadata-database-service-on-xs-basics/create-pdb-thin/images/cdb-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+390 KB
exadata-database-service-on-xs-basics/create-pdb-thin/images/cdb-select.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+225 KB
exadata-database-service-on-xs-basics/create-pdb-thin/images/exa-nav.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+344 KB
exadata-database-service-on-xs-basics/create-pdb-thin/images/pdb-available.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+120 KB
exadata-database-service-on-xs-basics/create-pdb-thin/images/pdb-config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+310 KB
exadata-database-service-on-xs-basics/create-pdb-thin/images/pdb-details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+337 KB
exadata-database-service-on-xs-basics/create-pdb-thin/images/pdb-provisioning.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+381 KB
exadata-database-service-on-xs-basics/create-pdb-thin/images/pdb-select.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+248 KB
exadata-database-service-on-xs-basics/create-pdb-thin/images/vm-cluster-select.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 62 additions & 0 deletions
62
exadata-database-service-on-xs-basics/get-started/get-started.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# Get started - Connect to Oracle Cloud Tenancy | ||
|
||
|
||
## Introduction | ||
|
||
Oracle Cloud is the industry's broadest and most integrated cloud provider, with deployment options ranging from the public cloud to your data center. Oracle Cloud offers best-in-class services across Software as a Service (SaaS), Platform as a Service (PaaS), and Infrastructure as a Service (IaaS). | ||
|
||
Estimated Time: 5 minutes | ||
|
||
<u>**Types of Cloud Accounts that can be used for this workshop:**</u> | ||
|
||
**Oracle Cloud Paid Accounts**: When your tenancy is provisioned, Oracle sends an email to the default administrator at your company with the sign-in credentials and URL. This administrator can then create a user for each person who needs access to the Oracle Cloud. Check your email or contact your administrator for your credentials and account name. | ||
|
||
**Global Oracle Solutions Center (OSC) provided Account**: This type of environment can be obtained by engaging with your Sales Engineer to coordinate obtaining approval to obtain an Event Code which will provide access to an OSC provided environment. | ||
|
||
|
||
### Objectives | ||
|
||
- For this workshop we will learn how to login to a tenancy provided by the **Global Oracle Solutions Center**. | ||
|
||
|
||
### Prerequisites | ||
|
||
* **Cloud Account Name** - The name of your assigned OSC's Oracle Cloud tenancy | ||
|
||
* **Username** - Your assigned username for this workshop | ||
|
||
* **Password** - Your assigned password for this workshop | ||
|
||
|
||
## Task 1: Log in to Oracle Cloud Tenancy provided by Global Oracle Solutions Center | ||
|
||
1. Go to [<u>**cloud.oracle.com**</u>](https://cloud.oracle.com/?region=us-sanjose-1&tenant=oscnas001) and enter your **Cloud Account Name** *(**Assigned Tenancy**)*. | ||
|
||
For this workshop, make sure to select your OSC assigned tenancy name. | ||
|
||
|
||
![osc login](./images/osc-login.png " ") | ||
|
||
|
||
2. Go to **Oracle Cloud Infrastructure Direct Sign-in** at the bottom of the page and enter your assigned **username** and **password** and click **Sign In** | ||
|
||
![osc oci direct sign-in](./images/osc-direct-login.png " ") | ||
|
||
3. You are now signed in to Oracle Cloud! | ||
|
||
![oci login](./images/oci-login-page.png " ") | ||
|
||
## Task 2: Review Exadata Database Service, Exadata Cloud Infrastructure, Custom Database & Application Images, and Oracle Database Cloud MAA | ||
|
||
*(For this lab, The Exadata Database Service on Cloud@Customer Resource Model is pre-provisioned - Informational Instructions for navigating the Exadata Database Service on Cloud@Customer environment will be presented by the speakers)* | ||
|
||
You may now **proceed to the next lab**. | ||
|
||
|
||
## Acknowledgements | ||
|
||
* **Author** - Leo Alvarado, Eddie Ambler, Product Management | ||
|
||
* **Contributors** - Tammy Bednar, Product Management | ||
|
||
* **Last Updated By** - Hope Fisher, Product Management, November 2024 |
Binary file added
BIN
+350 KB
exadata-database-service-on-xs-basics/get-started/images/oci-login-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+596 KB
exadata-database-service-on-xs-basics/get-started/images/osc-direct-login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+646 KB
exadata-database-service-on-xs-basics/get-started/images/osc-login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+484 KB
...-service-on-xs-basics/introduction/images/architecture-diagram-for-exadb-xs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+538 KB
...vice-on-xs-basics/introduction/images/enabled-and-reserved-ECPU-on-exadb-xs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+306 KB
...atabase-service-on-xs-basics/introduction/images/thin-clone-pdb-on-exadb-xs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.