|
| 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 | +  |
| 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 | +  |
| 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 | +  |
| 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 | +  |
| 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 | +  |
| 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 | +  |
| 69 | + |
| 70 | +7. Click **Create** |
| 71 | + |
| 72 | +  |
| 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 | +  |
| 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 | +  |
| 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 |
0 commit comments