|
| 1 | + |
| 2 | +# Provisioning Autonomous Database |
| 3 | + |
| 4 | +## Introduction |
| 5 | + |
| 6 | +This lab walks you through the steps to provision Autonomous Database. |
| 7 | + |
| 8 | +Estimated Time: 10 minutes |
| 9 | + |
| 10 | +### Objectives |
| 11 | + |
| 12 | +As a database user, DBA or application developer: |
| 13 | + |
| 14 | +1. Provision an ODBG Network |
| 15 | +2. Rapidly deploy an Autonomous Transaction Processing databases. |
| 16 | + |
| 17 | +### Required Artifacts |
| 18 | + |
| 19 | +- A Google Cloud account with a pre-configured Virtual Private Cloud (VPC) Network. |
| 20 | + |
| 21 | +## Task 1: Create an ODBG Network |
| 22 | + |
| 23 | +In this section, you will create an ODBG Network. **ODBG networks** provide secure and private connectivity to your Oracle Database resources, giving you control over how they connect and communicate. |
| 24 | + |
| 25 | +1. Login to Google Cloud Console (console.cloud.google.com) and search for **Oracle Database** in the **Search Bar** on the top of the page. Click on **Oracle Database@Google Cloud**. |
| 26 | + |
| 27 | +  |
| 28 | + |
| 29 | +- Click **ODBG network** from the left menu. |
| 30 | + |
| 31 | +  |
| 32 | + |
| 33 | +- Click **Create** on the ODBG network page. |
| 34 | + |
| 35 | +  |
| 36 | + |
| 37 | +- This will bring up the **Create ODBG network** screen where you specify the configuration of the ODBG network. |
| 38 | + |
| 39 | +- Enter the following for **ODBG network**: |
| 40 | + |
| 41 | + * **Associated network** - app-network |
| 42 | + * **Region** - us-east4 |
| 43 | + * **ODBG network name** - odbg-network |
| 44 | + |
| 45 | + Click **Create**. |
| 46 | + |
| 47 | +  |
| 48 | + |
| 49 | +- On the **ODBG network** page click on the ODBG network that we just created **odbg-network**. |
| 50 | + |
| 51 | +  |
| 52 | + |
| 53 | +- On the **ODBG network details** page click **Create** to create a Subnet. |
| 54 | + |
| 55 | +  |
| 56 | + |
| 57 | +- Enter the following for **ODBG subnet**: |
| 58 | + |
| 59 | + * **Subnet name** - db-subnet |
| 60 | + * **Subnet range** - 10.2.0.0/24 |
| 61 | + * **Subnet type** - Client |
| 62 | + |
| 63 | + Click **Create**. |
| 64 | + |
| 65 | +  |
| 66 | + |
| 67 | +- On the **ODBG network details** page, verify the details of the ODBG Network and confirm the **Status** of subnet **db-subnet** is set to **Available**. |
| 68 | + |
| 69 | +  |
| 70 | + |
| 71 | +## Task 2: Create Autonomous Database |
| 72 | + |
| 73 | +In this section, you will be provisioning an Autonomous Database using the Google Cloud Console. |
| 74 | + |
| 75 | +1. Login to Google Cloud Console (console.cloud.google.com) and search for **Oracle Database** in the **Search Bar** on the top of the page. Click on **Oracle Database@Google Cloud**. |
| 76 | + |
| 77 | +  |
| 78 | + |
| 79 | +- Click **Autonomous Database** from the left menu. |
| 80 | + |
| 81 | +  |
| 82 | + |
| 83 | +- Click **Create** on the Autonomous Database details page. |
| 84 | + |
| 85 | +  |
| 86 | + |
| 87 | +- This will bring up the **Create an Autonomous Database** screen where you specify the configuration of the database. |
| 88 | + |
| 89 | +- Enter the following for **Instance details**: |
| 90 | + |
| 91 | + * **Instance ID** - adb-gcp |
| 92 | + * **Database name** - adbgcp |
| 93 | + * **Database display name** - Autonomous-Database-GCP |
| 94 | + * **Region** - us-east4 |
| 95 | + |
| 96 | +  |
| 97 | + |
| 98 | +- Select **Transaction Processing** for **Workload configuration** |
| 99 | + |
| 100 | +  |
| 101 | + |
| 102 | +- Leave all defaults for **Database configuration** |
| 103 | + |
| 104 | +  |
| 105 | + |
| 106 | +- Enter the password for admin user under **Administrator credentials** |
| 107 | + |
| 108 | +  |
| 109 | + |
| 110 | +- Under the **Networking** section, select **Private endpoint access only** for **Access type**. |
| 111 | + |
| 112 | +- For **Private endpoint**, enter the following: |
| 113 | + |
| 114 | + * **Network project** - Select the default project name for the VPC network |
| 115 | + * **ODBG Network** - odbg-network |
| 116 | + * **Client subnet** - db-subnet (10.2.0.0/24) |
| 117 | + |
| 118 | +  |
| 119 | + |
| 120 | +- Leave the rest as defaults and click **CREATE** to create the Autonomous Database. |
| 121 | + |
| 122 | +  |
| 123 | + |
| 124 | +- Post creation the Autonomous Database will appear on the **Autonomous Database** page. |
| 125 | + |
| 126 | +  |
| 127 | + |
| 128 | +You may now **proceed to the next lab**. |
| 129 | + |
| 130 | +## Acknowledgements |
| 131 | + |
| 132 | +*All Done! You have successfully deployed your Autonomous Database instance and is available for use now.* |
| 133 | + |
| 134 | +- **Authors/Contributors** - Vivek Verma, Master Principal Cloud Architect, North America Cloud Engineering |
| 135 | + |
| 136 | +- **Last Updated By/Date** - Vivek Verma, July 2025 |
0 commit comments