Skip to content

WMS ID#11823 - ADB@GCP - Get Started with Oracle Database@Google Cloud #440

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 37 commits into from
Jul 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
e0a1417
First draft
oravivek Jan 20, 2025
da97a9a
Merge branch 'oracle-livelabs:main' into main
oravivek Jan 20, 2025
9a69996
First draft
oravivek Jan 21, 2025
cc5aaef
Update manifest.json
oravivek Jan 21, 2025
dceeea7
Update intro.md
oravivek Jan 21, 2025
a40de82
Update manifest.json
oravivek Jan 21, 2025
31c8816
Update intro.md
oravivek Jan 22, 2025
d8a97e1
Merge branch 'oracle-livelabs:main' into main
oravivek Jan 24, 2025
2e4648a
Update manifest.json
oravivek Jan 24, 2025
13d260c
First draft
oravivek Jan 24, 2025
d7be34b
First draft
oravivek Jan 24, 2025
ef46fac
First draft
oravivek Jan 24, 2025
e8ae23c
First draft
oravivek Jan 29, 2025
09ba315
First draft
oravivek Jan 29, 2025
e180d07
First draft
oravivek Jan 29, 2025
5cca329
First draft
oravivek Jan 30, 2025
5bb664c
First draft
oravivek Jan 30, 2025
64d8289
First draft
oravivek Feb 4, 2025
bead2e0
First draft
oravivek Feb 4, 2025
4c5aa7d
First draft
oravivek Feb 4, 2025
5d178c2
Merge branch 'oracle-livelabs:main' into main
oravivek Feb 5, 2025
c92bf94
Initial Draft
oravivek Mar 17, 2025
9ee2335
Initial draft
oravivek Mar 17, 2025
69e4619
Initial Draft
oravivek Mar 18, 2025
b2f21d7
Initial Draft
oravivek Mar 18, 2025
2d3fafe
Initial Draft
oravivek Mar 21, 2025
a516397
Initial Draft
oravivek Mar 21, 2025
64f8c89
Initial Draft
oravivek Mar 21, 2025
ae07b61
ODBG Network
oravivek Jun 25, 2025
01b15cd
Latest update
oravivek Jun 25, 2025
e9f0c53
Gemini Flash 2.5
oravivek Jun 25, 2025
0098917
ODBG Network
oravivek Jul 3, 2025
63e814c
Merge branch 'main' into main
oravivek Jul 3, 2025
b1280bc
Update manifest.json
oravivek Jul 4, 2025
3bd376a
Create adb-provisioning-databases-odbg.md
oravivek Jul 5, 2025
eea8002
Update adb-provisioning-databases.md
oravivek Jul 5, 2025
8ebec46
Merge branch 'main' into main
oravivek Jul 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
136 changes: 136 additions & 0 deletions adb-gcp/adb-provisioning-databases/adb-provisioning-databases-odbg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@

# Provisioning Autonomous Database

## Introduction

This lab walks you through the steps to provision Autonomous Database.

Estimated Time: 10 minutes

### Objectives

As a database user, DBA or application developer:

1. Provision an ODBG Network
2. Rapidly deploy an Autonomous Transaction Processing databases.

### Required Artifacts

- A Google Cloud account with a pre-configured Virtual Private Cloud (VPC) Network.

## Task 1: Create an ODBG Network

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.

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**.

![Search Bar](./images/adb-search.png " ")

- Click **ODBG network** from the left menu.

![ODBG Network](./images/odbg-network-pane.png " ")

- Click **Create** on the ODBG network page.

![ODBG Network](./images/odbg-network-create.png " ")

- This will bring up the **Create ODBG network** screen where you specify the configuration of the ODBG network.

- Enter the following for **ODBG network**:

* **Associated network** - app-network
* **Region** - us-east4
* **ODBG network name** - odbg-network

Click **Create**.

![ODBG Network](./images/create-odbg-network.png " ")

- On the **ODBG network** page click on the ODBG network that we just created **odbg-network**.

![ODBG Network](./images/odbg-network-main.png " ")

- On the **ODBG network details** page click **Create** to create a Subnet.

![ODBG Network](./images/odbg-network-subnet-create.png " ")

- Enter the following for **ODBG subnet**:

* **Subnet name** - db-subnet
* **Subnet range** - 10.2.0.0/24
* **Subnet type** - Client

Click **Create**.

![ODBG Network](./images/create-odbg-subnet.png " ")

- 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**.

![ODBG Network](./images/odbg-network-details.png " ")

## Task 2: Create Autonomous Database

In this section, you will be provisioning an Autonomous Database using the Google Cloud Console.

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**.

![Search Bar](./images/adb-search.png " ")

- Click **Autonomous Database** from the left menu.

![ADB Menu](./images/adb-menu.png " ")

- Click **Create** on the Autonomous Database details page.

![Create ADB](./images/adb-create.png " ")

- This will bring up the **Create an Autonomous Database** screen where you specify the configuration of the database.

- Enter the following for **Instance details**:

* **Instance ID** - adb-gcp
* **Database name** - adbgcp
* **Database display name** - Autonomous-Database-GCP
* **Region** - us-east4

![ADB Instance Details](./images/adb-instance-details.png " ")

- Select **Transaction Processing** for **Workload configuration**

![ADB Instance Details](./images/adb-workload.png " ")

- Leave all defaults for **Database configuration**

![ADB Instance Details](./images/adb-database-config.png " ")

- Enter the password for admin user under **Administrator credentials**

![ADB Instance Details](./images/adb-credentials.png " ")

- Under the **Networking** section, select **Private endpoint access only** for **Access type**.

- For **Private endpoint**, enter the following:

* **Network project** - Select the default project name for the VPC network
* **ODBG Network** - odbg-network
* **Client subnet** - db-subnet (10.2.0.0/24)

![ADB Instance Details](./images/adb-network.png " ")

- Leave the rest as defaults and click **CREATE** to create the Autonomous Database.

![ADB Instance Details](./images/adb-default-create.png " ")

- Post creation the Autonomous Database will appear on the **Autonomous Database** page.

![Autonomous Database](./images/adb-post-create.png " ")

You may now **proceed to the next lab**.

## Acknowledgements

*All Done! You have successfully deployed your Autonomous Database instance and is available for use now.*

- **Authors/Contributors** - Vivek Verma, Master Principal Cloud Architect, North America Cloud Engineering

- **Last Updated By/Date** - Vivek Verma, July 2025
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@

# Provisioning Autonomous Database

## Introduction

This lab walks you through the steps to provision Autonomous Database.

Estimated Time: 10 minutes

### Objectives
Expand Down Expand Up @@ -87,7 +85,6 @@ In this section, you will be provisioning an Autonomous Database using the Googl
- This will bring up the **Create an Autonomous Database** screen where you specify the configuration of the database.

- Enter the following for **Instance details**:

* **Instance ID** - adb-gcp
* **Database name** - adbgcp
* **Database display name** - Autonomous-Database-GCP
Expand Down Expand Up @@ -129,8 +126,7 @@ You may now **proceed to the next lab**.

## Acknowledgements

*All Done! You have successfully deployed your Autonomous Database instance and is available for use now.*
*All Done! You have successfully deployed your Autonomous Database instance and is available for use now.*

- **Authors/Contributors** - Vivek Verma, Master Principal Cloud Architect, North America Cloud Engineering

- **Last Updated By/Date** - Vivek Verma, July 2025