Skip to content

Commit 48a2b04

Browse files
update a common lab and common task (#473)
* Update variables.md * Marty updated two scripts These are the scripts used in the adb-dcat workshop that Marty updated. * updates to Marty's two scripts we don't need the add_adb_user procedure since it's now part of the workshop package. There were two copies of the standalone procedure, so I deleted both per Marty's instructions. * Update load-analyze-rest.md * adding common cleanup task * add a building block to the common repo * changed date in common block * Update cleanup.md * test common tasks * Update generate-rsa-key-pair.md * Update generate-rsa-key-pair.md * formatting the new common task * Update generate-rsa-key-pair.md * Update cleanup.md * Updated common from clone * deleted a duplicate note from oac provision common block * Update load-analyze-rest.md * updates to common * update common tasks * Update provision-body.md * added header fields * update the provision-body.md common task * updating common task * hid the tenancy name * more updates to common tasks * changes to the building blocks * update common * corrections to the common repo * more changes to common * final building blocks changes * correct the lastupdated parameter * updates by LKS * updating the building blocks doc & misc changes * updates * updates * update update * Update how-to-author-with-blocks.md * update common * update common * Update creating-blocks-tasks.md * Update creating-blocks-tasks.md * Update creating-blocks-tasks.md * Update creating-blocks-tasks.md * more updates * Update provision-data-sharing-lake-block.md * updates * more changes * Update how-to-author-with-blocks.md * changes * building blocks update * regenerate code * updates * variables update * updated data sharing building block * update stack deployment common task * update compartment task * minor update * updated the cloud-login.md common lab * updated blocks and tasks Mainly generic provision and the one for the data lake and data share workshops. * screens * Update provision-body-developer.md * changed name of provision developer * updated task name in block * update to common * update sandbox version of provisioning building block * Update all-blocks-tasks.md * minor updates * updated get started with livelabs common lab * scaled images to 65% * update to common * update fork * updates to common * more common updates * more common updates * Update provision-adb-select-ai.md * update provisioning task and block * re-branding for my common blocks and tasks * re-branding * compartment * update common blocks and tasks * ai additions * update * more common changes * ran the python script * update common * update common labs and tasks --------- Co-authored-by: Dan Wiliams <127415766+dannymgithub@users.noreply.github.com>
1 parent 64fc373 commit 48a2b04

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

building-blocks/how-to-author-with-blocks/all-blocks-tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Listed below are the tasks that you can incorporate into your markdown. You can
4848
| adb | [Provision an ADB instance for Data Sharing/Data Lake workshops](/common/building-blocks/how-to-author-with-blocks/workshop/index.html?lab=adb#ProvisionanADBinstanceforDataSharingDataLakeworkshops) | /common/building-blocks/tasks/adb/load-public-db-actions.md | (Redwood UI) Learn how to provision Autonomous Database using the OCI console. |Lauran K. Serhal, Consulting User Assistance Developer |Lauran K. Serhal, July 2025 |
4949
| adb | [Provision Autonomous Database - Developer](/common/building-blocks/how-to-author-with-blocks/workshop/index.html?lab=adb#ProvisionAutonomousDatabaseDeveloper) | /common/building-blocks/tasks/adb/provision-body-developer.md | Provision an ADB. Use the `variables.json` file to update provisioning parameters, including database name, ECPUs, storage and more. |Lauran K. Serhal |June 2025 |
5050
| adb | [Provision Oracle Autonomous AI Database](/common/building-blocks/how-to-author-with-blocks/workshop/index.html?lab=adb#ProvisionOracleAutonomousAIDatabase) | /common/building-blocks/tasks/adb/provision-body.md | provision-body.md common task. Uses the Redwood UI. Use the `variables.json` file to update provisioning parameters, including database name, ECPUs, storage and more. |Lauran K. Serhal |October 2025 |
51-
| adb | [Provision an ADB instance for Data Sharing/Data Lake workshops](/common/building-blocks/how-to-author-with-blocks/workshop/index.html?lab=adb#ProvisionanADBinstanceforDataSharingDataLakeworkshops) | /common/building-blocks/tasks/adb/provision-data-sharing-lake-task.md | (Redwood UI) Learn how to provision Autonomous Database using the OCI console. |Lauran K. Serhal, Consulting User Assistance Developer |Lauran K. Serhal, October 2025 |
51+
| adb | [Provision an ADB instance for Data Sharing/Data Lake workshops](/common/building-blocks/how-to-author-with-blocks/workshop/index.html?lab=adb#ProvisionanADBinstanceforDataSharingDataLakeworkshops) | /common/building-blocks/tasks/adb/provision-data-sharing-lake-task.md | (Redwood UI) Learn how to provision Autonomous AI Database using the OCI console. |Lauran K. Serhal, Consulting User Assistance Developer |Lauran K. Serhal, October 2025 |
5252
| adb | [Query JSON arrays](/common/building-blocks/how-to-author-with-blocks/workshop/index.html?lab=adb#QueryJSONarrays) | /common/building-blocks/tasks/adb/query-json-arrays.md | (Redwood UI) Use JSON&lowbar;TABLE to convert arrays into rows. |Lauran K. Serhal, Consulting User Assistance Developer |Lauran K. Serhal, October 2025 |
5353
| adb | [Query simple JSON attributes](/common/building-blocks/how-to-author-with-blocks/workshop/index.html?lab=adb#QuerysimpleJSONattributes) | /common/building-blocks/tasks/adb/query-json-simple.md | (Redwood UI) Use dot notation and JSON&lowbar;VALUE to query JSON documents. Creates a view to simplify subsequent access. |Lauran K. Serhal, Consulting User Assistance Developer |Lauran K. Serhal, October 2025 |
5454
| adb | [Query Object Storage contents with SQL](/common/building-blocks/how-to-author-with-blocks/workshop/index.html?lab=adb#QueryObjectStoragecontentswithSQL) | /common/building-blocks/tasks/adb/query-object-store-contents-with-sql.md | Use SQL to see listing of object storage files and folders. | | |

building-blocks/tasks/adb/provision-data-sharing-lake-task.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!--
22
{
33
"name":"Provision an ADB instance for Data Sharing/Data Lake workshops",
4-
"description":"(Redwood UI) Learn how to provision Autonomous Database using the OCI console.",
4+
"description":"(Redwood UI) Learn how to provision Autonomous AI Database using the OCI console.",
55
"author":"Lauran K. Serhal, Consulting User Assistance Developer",
66
"lastUpdated":"Lauran K. Serhal, October 2025"
77
}
88
-->
99

10-
This lab walks you through how to provision an Autonomous Database instance.
10+
This lab walks you through how to provision an Autonomous AI Database instance.
1111

1212
> **Note:** If you have a **Free Trial** account, when your Free Trial expires your account will be converted to an **Always Free** account. You will not be able to conduct Free Tier workshops unless the Always Free environment is available. [Click here for the Free Tier FAQ page.](https://www.oracle.com/cloud/free/faq.html)
1313
@@ -20,15 +20,15 @@ This lab walks you through how to provision an Autonomous Database instance.
2020

2121
3. Click **Oracle AI Database**. Under **Oracle AI Database**, click **Autonomous AI Database**.
2222

23-
![Click Oracle Database > Autonomous Database.](./images/click-autonomous-database.png =65%x*)
23+
![Click Oracle Database > Autonomous AI Database.](./images/click-autonomous-database.png =65%x*)
2424

2525
The **Autonomous AI Databases** page is displayed.
2626

2727
![The Autonomous Databases page is displayed.](images/autonomous-databases-page.png =65%x*)
2828

29-
4. OCI resources are organized into compartments. Click the **Compartment** field to select the compartment where you want to create your Autonomous Database. In this example, we selected our **`training-adw-compartment`**. <if type="livelabs">To quickly locate the compartment that has been assigned to you for this workshop, enter the first part of your user name such as `LL81481` (if that is your assigned username) in the **Compartment** field, and then click it from the list.</if>
29+
4. OCI resources are organized into compartments. Click the **Compartment** field to select the compartment where you want to create your Autonomous AI Database. In this example, we selected our **`training-adw-compartment`**. <if type="livelabs">To quickly locate the compartment that has been assigned to you for this workshop, enter the first part of your user name such as `LL81481` (if that is your assigned username) in the **Compartment** field, and then click it from the list.</if>
3030

31-
5. You can use the **Search and Filter** field to control the list of Autonomous Databases that are displayed on the page. This is useful when you are managing many Autonomous Databases. For example, you can use **Workload type** to filter the Autonomous Database list by selecting your workload type. You can also use the **State** filter to view databases that are `available`, `stopped`, `terminated` and much more.
31+
5. You can use the **Search and Filter** field to control the list of Autonomous Databases that are displayed on the page. This is useful when you are managing many Autonomous Databases. For example, you can use **Workload type** to filter the Autonomous AI Database list by selecting your workload type. You can also use the **State** filter to view databases that are `available`, `stopped`, `terminated` and much more.
3232

3333
![Database list.](images/search-and-filter.png =65%x*)
3434

@@ -40,7 +40,7 @@ This lab walks you through how to provision an Autonomous Database instance.
4040

4141
6. Click **Create Autonomous AI Database** to start the instance creation process. The **Create Autonomous AI Database** page is displayed. Select your desired **region** and **compartment**. If you are using a sandbox environment (green button) and get a **Forbidden** message, that indicates you are in the wrong compartment. Click the **Compartment** field, and then select your assigned compartment that you can find on the **Reservation Information** page.
4242

43-
![Click Create Autonomous Database.](images/click-create-new-adb.png =65%x*)
43+
![Click Create Autonomous AI Database.](images/click-create-new-adb.png =65%x*)
4444

4545
7. On the **Create Autonomous AI Database Serverless** page, specify the following:
4646

@@ -76,14 +76,14 @@ This lab walks you through how to provision an Autonomous Database instance.
7676
9. In the **Database configuration** section, specify the following:
7777

7878
- **Always Free**: An Always Free databases are especially useful for development and trying new features. You can deploy an Always Free instance in an Always Free account or paid account. However, it must be deployed in the home region of your tenancy. The only option you specify in an Always Free database is the database version. For this lab, we recommend you leave the **Always Free** slider disabled unless you are in an Always Free account.
79-
- **Developer**: Developer databases provide a great low cost option for developing apps with Autonomous Database. You have similar features to Always Free - but are not limited in terms of region deployments or the number of databases in your tenancy. You can upgrade your Developer Database to a full paid version later and benefit from greater control over resources, backups and more. For this lab, leave the **Developer** slider disabled.
79+
- **Developer**: Developer databases provide a great low cost option for developing apps with Autonomous AI Database. You have similar features to Always Free - but are not limited in terms of region deployments or the number of databases in your tenancy. You can upgrade your Developer Database to a full paid version later and benefit from greater control over resources, backups and more. For this lab, leave the **Developer** slider disabled.
8080
- **Choose database version**: Select **26ai** for the database version from this drop-down list.
8181
- **ECPU count**: Choose the number of ECPUs for your service. For this lab, specify **[](var:db_ocpu)**. If you choose an Always Free database, you do not need to specify this option.
8282
- **Compute auto scaling**: Accept the default which is enabled. This enables the system to automatically use up to three times more compute and IO resources to meet workload demand.
8383
- **Storage (TB)**: Select your storage capacity in terabytes. For this lab, specify **[](var:db_storage)** of storage. Or, if you choose an Always Free database, it comes with 20 GB of storage.
8484
- **Storage auto scaling**: For this lab, there is no need to enable storage auto scaling, which would allow the system to expand up to three times the reserved storage. Accept the default which is disabled.
8585

86-
> **Note:** You cannot scale up/down an Always Free autonomous database.
86+
> **Note:** You cannot scale up/down an Always Free Autonomous AI Database.
8787
8888
![Choose the remaining parameters.](./images/adb-create-database-configuration.png =65%x*)
8989

@@ -114,7 +114,7 @@ This lab walks you through how to provision an Autonomous Database instance.
114114
- For this lab, accept the default selection, **Secure access from everywhere**.
115115
- If you want to allow traffic only from the IP addresses and VCNs you specify - where access to the database from all public IPs or VCNs is blocked, select **Secure access from allowed IPs and VCNs only** in the Choose network access area.
116116
- If you want to restrict access to a private endpoint within an OCI VCN, select **Private endpoint access only** in the Choose network access area.
117-
- If the **Require mutual TLS (mTLS) authentication** option is selected, mTLS will be required to authenticate connections to your Autonomous Database. TLS connections allow you to connect to your Autonomous Database without a wallet, if you use a JDBC thin driver with JDK8 or above. See the [documentation for network options](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/support-tls-mtls-authentication.html#GUID-3F3F1FA4-DD7D-4211-A1D3-A74ED35C0AF5) for options to allow TLS, or to require only mutual TLS (mTLS) authentication.
117+
- If the **Require mutual TLS (mTLS) authentication** option is selected, mTLS will be required to authenticate connections to your Autonomous AI Database. TLS connections allow you to connect to your Autonomous AI Database without a wallet, if you use a JDBC thin driver with JDK8 or above. See the [documentation for network options](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/support-tls-mtls-authentication.html#GUID-3F3F1FA4-DD7D-4211-A1D3-A74ED35C0AF5) for options to allow TLS, or to require only mutual TLS (mTLS) authentication.
118118

119119
![Choose the network access.](./images/adb-create-network-access.png =65%x*)
120120

@@ -144,6 +144,6 @@ This lab walks you through how to provision an Autonomous Database instance.
144144

145145
![Click left arrow.](./images/adb-home-page-lake.png =65%x*)
146146

147-
17. An email message is sent to the contact email that you provided. The email contains useful links that you can use to launch Database Actions, view the Get Started with Autonomous Database Web page, and access the online forums to post a question and collaborate with other Autonomous Database experts.
147+
17. An email message is sent to the contact email that you provided. The email contains useful links that you can use to launch Database Actions, view the Get Started with Autonomous AI Database Web page, and access the online forums to post a question and collaborate with other Autonomous AI Database experts.
148148

149149
![provisioning email sent.](./images/provisioning-email.png =65%x*)

labs/cloud-login/cloud-login-livelabs2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Estimated Time: 5 minutes
1818

1919
1. Right above the workshop instructions you can find two information:
2020

21-
a. **View Login Info:** Clink this link to find your assigned credentials, resources, and other information to access your LiveLabs Sandbox.
21+
a. **View Login Info:** Click this link to find your assigned credentials, resources, and other information to access your LiveLabs Sandbox.
2222

2323
b. **Time Remaining:** This shows the remaining time before your access to the LiveLabs Sandbox expires.
2424

@@ -75,5 +75,5 @@ You may now **proceed to the next lab**.
7575
* **Authors:**
7676
* Lauran K. Serhal, Consulting User Assistance Developer
7777
* Kay Malcolm, Database Product Management
78-
* **Contributors** - Kevin Lazarz, Rene Fontcha, Kamryn Vinson
79-
* **Last Updated By/Date:** Lauran K. Serhal, July 2025
78+
* **Contributors** - Kevin Lazarz, Rene Fontcha
79+
* **Last Updated By/Date:** Lauran K. Serhal, October 2025

0 commit comments

Comments
 (0)