Skip to content

Commit 91aea58

Browse files
authored
WMS ID: 11382 (#915)
* WMS ID: 11382, Links updated, clarification & minor updates. Signed-off-by: [email protected] * WMS ID: 11382, Added my name & date to last updated. Signed-off-by: [email protected] * WMS ID: 11382 Updated free tenancy to workload: JSON. Updated manifest.json file title to 26ai. Signed-off-by: eileen beck [email protected] --------- Signed-off-by: [email protected] Signed-off-by: eileen beck [email protected]
1 parent 5e31ebb commit 91aea58

File tree

4 files changed

+95
-3
lines changed

4 files changed

+95
-3
lines changed
137 KB
Loading
214 KB
Loading
Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
# Create an Autonomous AI Database Free instance for JSON workloads
2+
3+
## Introduction
4+
5+
Now that you have an Oracle Cloud account, you will learn how to create an Autonomous AI Database instance. This lab walks you through the necessary steps.
6+
7+
8+
Estimated Time: 15 minutes
9+
10+
11+
### Objectives
12+
13+
In this lab, you will:
14+
15+
- Create an ADB instance
16+
- Configure an ADB instance
17+
18+
19+
### Prerequisites
20+
21+
- An Oracle Free Tier or Paid Cloud account
22+
23+
24+
## Task 1: Choose Autonomous AI Database from the Services Menu
25+
26+
1. Login to the Oracle Cloud. If you are using a Free Trial or Always Free account, and you want to use Always Free Resources, you need to be in the home region of the tenancy.
27+
28+
2. Open the **Navigation** menu in the upper left and click **Oracle AI Database**. Then select **Autonomous AI Database**.
29+
30+
![Oracle Database](images/create-adb1.png)
31+
32+
## Task 2: Create the ADB instance
33+
34+
1. Click on **Create Autonomous AI Database** button to start the instance creation process
35+
36+
![Oracle Database](images/create-adb2.png)
37+
38+
2. This brings up the Create Autonomous AI Database screen where you will specify the configuration of the instance
39+
40+
3. Provide basic information for the autonomous database:
41+
42+
- **Choose a compartment** - It will be prepopulated, but you have the option to select a compartment for the database from the drop-down list
43+
- **Display Name** - You can leave the prepopulated name.
44+
- **Database Name** - You can leave the prepopulated name. If you want to change it, use letters and numbers only, starting with a letter. Maximum length is 14 characters. (Underscores not
45+
initially supported.)
46+
- **Workload** - For this lab, choose *JSON*.
47+
48+
![Config database1](images/create-adb3-1-json.png)
49+
50+
4. Configure the database:
51+
52+
- **Always Free** - If your Cloud Account is an Always Free account, you can select this option to create an always free autonomous database.
53+
- Select **26ai** as the database release
54+
55+
![Config database2](images/create-adb3-2.png)
56+
57+
5. Create administrator credentials:
58+
- **Password and Confirm Password** - Specify the password for ADMIN user of the service instance and confirm the password.
59+
60+
![Config admin credentials](images/create-adb-credentials.png)
61+
62+
6. Set network access:
63+
64+
In order to use the Database API for MongoDB, you must set the database up with an access control rule. So choose **Secure access from allowed IPs and VCNs only**.
65+
66+
You can then set the CIDR block access to 0.0.0.0/0, which allows access from everywhere. This is not recommended for systems used in any production configuration, but sufficient for a workshop.
67+
68+
![Config network](images/create-adb-network.png)
69+
70+
7. Click **Create**
71+
72+
![Create](images/create-adb-7.png)
73+
74+
8. Your instance will begin provisioning. In a few minutes, the state will turn from Provisioning to Available. At this point, your Autonomous JSON database is ready to use!
75+
76+
![Provisioning](images/create-adb5-json.png)
77+
78+
9. Once the ATP is available, check the *Tool configuration* tab. The MongoDB API is enabled and you can copy the connect string.
79+
80+
![Tool Config](images/create-adb6.png)
81+
82+
> **_NOTE:_** More information about this can be found in the **Learn More** section.
83+
84+
## Learn More
85+
86+
* [Using Oracle Autonomous AI Database Serverless](https://docs.oracle.com/en-us/iaas/autonomous-database-serverless/doc/mongo-using-oracle-database-api-mongodb.html)
87+
88+
## Acknowledgements
89+
90+
* **Author** - Carmen Berdant, Technical Program Manager, Product Management
91+
* **Contributors** - Kevin Lazarz, Senior Manager, Product Management
92+
* **Last Updated By/Date** - Eileen Beck, November 2025

json-mongo-duality-general/workshops/tenancy/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"filename": "https://oracle-livelabs.github.io/common/labs/cloud-login/pre-register-free-tier-account.md"
1414
},
1515
{
16-
"title": "Lab 1: Create your Autonomous Database 23ai Free Instance",
17-
"description": "Create an Autonomous Database 23ai for this workshop",
16+
"title": "Lab 1: Create your Autonomous Database 26ai Free Instance",
17+
"description": "Create an Autonomous Database 26ai for this workshop",
1818
"type": "livelabs",
19-
"filename": "../../../23aifree/login-to-abd3/login-to-adb3.md"
19+
"filename": "../../../23aifree/login-to-abd3/login-to-adb3-json.md"
2020
},
2121
{
2222
"title": "Lab 2: Schema flexibility for relational tables - the JSON datatype",

0 commit comments

Comments
 (0)