You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
re-brading updates to common tasks and blocks in the common repo (#472)
* 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
---------
Co-authored-by: Dan Wiliams <127415766+dannymgithub@users.noreply.github.com>
Copy file name to clipboardExpand all lines: building-blocks/how-to-author-with-blocks/all-blocks-tasks.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Listed below are the tasks that you can incorporate into your markdown. You can
47
47
| adb |[Load data from public buckets using Database Actions. Sales data not included.](/common/building-blocks/how-to-author-with-blocks/workshop/index.html?lab=adb#LoaddatafrompublicbucketsusingDatabaseActionsSalesdatanotincluded)| /common/building-blocks/tasks/adb/load-public-db-actions-no-sales.md | Uses Database Actions to load data from public object storage buckets. It loads the following tables:<ul><li>customer_contact</li><li>genre</li><li>pizza location</li></ul><p>To load sales_sample, use task **Load data from public buckets using Database Actions**|||
48
48
| 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 |
49
49
| 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 |
50
-
| adb |[Provision Autonomous AI Database](/common/building-blocks/how-to-author-with-blocks/workshop/index.html?lab=adb#ProvisionAutonomousAIDatabase)| /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 |
50
+
| 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
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 |
52
52
| 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_TABLE to convert arrays into rows. |Lauran K. Serhal, Consulting User Assistance Developer |Lauran K. Serhal, October 2025 |
53
53
| 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_VALUE to query JSON documents. Creates a view to simplify subsequent access. |Lauran K. Serhal, Consulting User Assistance Developer |Lauran K. Serhal, October 2025 |
@@ -68,7 +68,7 @@ Listed below are the tasks that you can incorporate into your markdown. You can
68
68
| oml |[Sign into Oracle Machine Learning UI](/common/building-blocks/how-to-author-with-blocks/workshop/index.html?lab=oml#SignintoOracleMachineLearningUI)| /common/building-blocks/tasks/oml/use-py-interpreter.md | Steps to sign into Oracle Machine Learning UI |||
69
69
| oml |[Sign into Oracle Machine Learning UI](/common/building-blocks/how-to-author-with-blocks/workshop/index.html?lab=oml#SignintoOracleMachineLearningUI)| /common/building-blocks/tasks/oml/use-r-interpreter.md | Steps to sign into Oracle Machine Learning UI |||
70
70
| oml |[Sign into Oracle Machine Learning UI](/common/building-blocks/how-to-author-with-blocks/workshop/index.html?lab=oml#SignintoOracleMachineLearningUI)| /common/building-blocks/tasks/oml/use-sql-interpreter.md | Steps to sign into Oracle Machine Learning UI |||
71
-
| stacks |[Provision ADB with Select AI using Resource Manager Stack](/common/building-blocks/how-to-author-with-blocks/workshop/index.html?lab=stacks#ProvisionADBwithSelectAIusingResourceManagerStack)| /common/building-blocks/tasks/stacks/provision-adb-select-ai.md | Deploys a database and data using a stack. Specify variable 'terraform_url' for the pointer to the stack-Redwood |Marty Gubar/Lauran Serhal |May 2025 |
71
+
| stacks |[Provision ADB with Select AI using Resource Manager Stack](/common/building-blocks/how-to-author-with-blocks/workshop/index.html?lab=stacks#ProvisionADBwithSelectAIusingResourceManagerStack)| /common/building-blocks/tasks/stacks/provision-adb-select-ai.md | Deploys a database and data using a stack. Specify variable 'terraform_url' for the pointer to the stack-Redwood |Marty Gubar/Lauran Serhal |October 2025 |
72
72
73
73
## Variable Defaults
74
74
You can use the default variables or copy the default file to your project and override the settings. See the **Authoring using Blocks and Tasks** topic for details.
Copy file name to clipboardExpand all lines: building-blocks/tasks/adb/provision-body.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<!--
2
2
{
3
-
"name":"Provision Autonomous AI Database",
3
+
"name":"Provision Oracle Autonomous AI Database",
4
4
"description":"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.",
Copy file name to clipboardExpand all lines: building-blocks/tasks/stacks/provision-adb-select-ai.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
"name":"Provision ADB with Select AI using Resource Manager Stack",
4
4
"description":"Deploys a database and data using a stack. Specify variable 'terraform_url' for the pointer to the stack-Redwood",
5
5
"author": "Marty Gubar/Lauran Serhal",
6
-
"lastUpdated": "May 2025"
6
+
"lastUpdated": "October 2025"
7
7
}
8
8
-->
9
9
@@ -16,11 +16,11 @@ Use an OCI Cloud Stack to set up your workshop environment by creating an ADB in
16
16
17
17
18
18
The automation uses a predefined OCI Cloud Stack Template that contains all of the resources that you will need in this workshop. You'll use OCI Resource Manager to deploy this template and make your environment available in just a few minutes. Your first step will be to log in to Oracle Cloud. Next, you will land on the Resource Manager page where you will kick off a job that will do the following:
19
-
* Create a new Autonomous Database named **[](var:db_name)** by default; however, you can replace the database name with your own name.
19
+
* Create a new Autonomous AI Database named **[](var:db_name)** by default; however, you can replace the database name with your own name.
20
20
* Create a new user named **`moviestream`**
21
21
* Create movie related tables and views in the **`moviestream`** schema
22
22
* Grant the required privileges to perform various actions in the workshop
23
-
* Download the **Autonomous Database Select AI** APEX application
23
+
* Download the **Autonomous AI Database Select AI** APEX application
24
24
25
25
>**Note:** For detailed information about Resource Manager and managing stacks in Resource Manager, see the [Overview of Resource Manager](https://docs.oracle.com/en-us/iaas/Content/ResourceManager/Concepts/resourcemanager.htm#concepts__package) and [Managing Stacks](https://docs.oracle.com/en-us/iaas/Content/ResourceManager/Tasks/stacks.htm) documentation.
26
26
@@ -31,24 +31,24 @@ Use an OCI Cloud Stack to set up your workshop environment by creating an ADB in
31
31

32
32
33
33
3. In the **Configure variables** step 2 of the wizard, provide the following:
34
-
***Region:** Select the target region for the new Autonomous Database instance. In our example, we chose the `us-ashburn-1` region.
35
-
***Compartment:** Select the target compartment for the new Autonomous Database instance.
34
+
***Region:** Select the target region for the new Autonomous AI Database instance. In our example, we chose the `us-ashburn-1` region.
35
+
***Compartment:** Select the target compartment for the new Autonomous AI Database instance.
36
36
***Database Name:** The default database name is **[](var:db_name)**. _Replace this name with your own database name_. In our example, we changed the database name to **``TrainingAIWorkshop``**. The database name must contain only letters and numbers, starting with a letter, and between 12 and 30 characters long. The name cannot contain the double quote (") character, space, underscore "_", or the username `admin`.
37
37
38
38
>**Note:** Your database name that you choose must be unique in the tenancy that you are using; otherwise, you will get an error message.
39
39
40
-
***Do you want an always Free Oracle Autonomous Database instance?:** Accept the default **`false`** value. Select **`true`** from the drop-down list if you want to deploy an Always Free database.
40
+
***Do you want an always Free Oracle Autonomous AI Database instance?:** Accept the default **`false`** value. Select **`true`** from the drop-down list if you want to deploy an Always Free database.
41
41
42
42

43
43
44
-
***Provision Paid Oracle Autonomous Database instance (4 ECPUs 1 TB Storage) - License Included or BYOL?:**
44
+
***Provision Paid Oracle Autonomous AI Database instance (4 ECPUs 1 TB Storage) - License Included or BYOL?:**
45
45
Accept the default **`BRING_YOUR_OWN_LICENSE`** value.
46
46
47
47
***Password:** Enter and confirm a password for the `ADMIN` user of your choice such as **`Training4ADW`**. **Important**: Make a note of this password as you will need it to perform later tasks.
48
48
49
49
***The quantity of data in the database, in terabytes:** Accept the default selection of **`1`**.
50
50
51
-
***Indicates if auto scaling is enabled for the Autonomous Database CPU core count:** Accept the default selection of **`false`**.
51
+
***Indicates if auto scaling is enabled for the Autonomous AI Database CPU core count:** Accept the default selection of **`false`**.
52
52
53
53
***The number of ECPUs cores to be made available to the database:** Enter **`2`**.
54
54
@@ -78,7 +78,7 @@ Use an OCI Cloud Stack to set up your workshop environment by creating an ADB in
78
78
79
79

80
80
81
-
8. Save the values for the following keys in a text editor of your choice as you will need this information later. For the **`select_ai_demo_url`** value, click the **Copy** button in that row to copy the value into the clipboard, and then paste it into your text editor. _This is the URL that you will use later to launch the **Autonomous Database Select AI** demo application._
81
+
8. Save the values for the following keys in a text editor of your choice as you will need this information later. For the **`select_ai_demo_url`** value, click the **Copy** button in that row to copy the value into the clipboard, and then paste it into your text editor. _This is the URL that you will use later to launch the **Autonomous AI Database Select AI** demo application._
82
82
83
83
***`adb_user_name`**
84
84
***`adb_user_password`**
@@ -121,11 +121,11 @@ Use an OCI Cloud Stack to set up your workshop environment by creating an ADB in
121
121

122
122
123
123
<iftype="aiw2025-sandbox">
124
-
## Task 3: Navigate to Your New Autonomous Database Instance
124
+
## Task 3: Navigate to Your New Autonomous AI Database Instance
125
125
</if>
126
126
127
127
<iftype="tenancy">
128
-
## Task 5: Navigate to Your New Autonomous Database Instance
128
+
## Task 5: Navigate to Your New Autonomous AI Database Instance

140
140
141
-
3. On the **Autonomous Databases** page, select the _compartment and region_ that you specified in the **Configure variables** step 2 of the wizard, if not already selected. The Autonomous Database that was provisioned by the stack is displayed, **``TrainingAIWorkshop``**.
141
+
3. On the **Autonomous AI Databases** page, select the _compartment and region_ that you specified in the **Configure variables** step 2 of the wizard, if not already selected. The Autonomous AI Database that was provisioned by the stack is displayed, **``TrainingAIWorkshop``**.
0 commit comments